Skip to content

Commit

Permalink
Merge pull request #149 from pyrrhicPachyderm/swap-power-gain
Browse files Browse the repository at this point in the history
Make swapping seats move power cards being gained.
  • Loading branch information
iakona authored Oct 29, 2023
2 parents fa31603 + 8593c52 commit 3706a4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions script.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7192,6 +7192,9 @@ function swapPlayerAreaObjects(a, b, colorA, colorB)
table.insert(t, obj)
end
end
for _,obj in pairs(getPowerZoneObjects(Player[color].getHandTransform().position)) do
table.insert(t, obj)
end
end
objects[color] = t
end
Expand Down

0 comments on commit 3706a4e

Please sign in to comment.