Update GameKeyHandler.ttslua
This commit is contained in:
parent
2c4d84400c
commit
377b436feb
@ -174,7 +174,7 @@ function discardTopDeck(playerColor, hoveredObject)
|
||||
else
|
||||
takenCard = hoveredObject
|
||||
end
|
||||
Wait.frames(function() discardObject(playerColor, takenCard) end, 1)
|
||||
Wait.frames(function() performDiscard(takenCard, playerColor) end, 1)
|
||||
end
|
||||
|
||||
-- helper function to get the player to trigger the discard function for
|
||||
|
Loading…
x
Reference in New Issue
Block a user