Merge pull request #197 from argonui/shortsupply-bugfix
Short Supply: Bugfix
This commit is contained in:
commit
8744f85dfb
@ -28,9 +28,7 @@ function shortSupply(color)
|
||||
|
||||
-- discard cards
|
||||
broadcastToColor("Discarding top 10 cards for player color '" .. matColor .. "'.", color, "White")
|
||||
discardPos.y = 0.5
|
||||
for i = 1, 10 do
|
||||
discardPos.y = discardPos.y + 0.05 * i
|
||||
drawDeck.takeObject({ flip = true, position = discardPos })
|
||||
drawDeck.takeObject({ flip = true, position = { discardPos.x, 2 + 0.075 * i, discardPos.z } })
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user