return drawn tokens
This commit is contained in:
parent
769249c21f
commit
aab36cd28f
@ -190,6 +190,7 @@ function cleanUp(_, color)
|
||||
removeLines()
|
||||
discardHands()
|
||||
tokenSpawnTrackerApi.resetAll()
|
||||
chaosBagApi.returnChaosTokens()
|
||||
chaosBagApi.releaseAllSealedTokens(color)
|
||||
|
||||
printToAll("Tidying main play area...", "White")
|
||||
|
@ -28,6 +28,11 @@ do
|
||||
return Global.call("releaseAllSealedTokens", playerColor)
|
||||
end
|
||||
|
||||
-- returns all drawn tokens to the chaos bag
|
||||
ChaosBagApi.returnChaosTokens = function(playerColor)
|
||||
return Global.call("returnChaosTokens", playerColor)
|
||||
end
|
||||
|
||||
-- removes the specified chaos token from the chaos bag
|
||||
---@param id String ID of the chaos token
|
||||
ChaosBagApi.removeChaosToken = function(id)
|
||||
|
Loading…
Reference in New Issue
Block a user