removed logs
This commit is contained in:
parent
abc291fd5c
commit
7b364ba831
@ -2126,7 +2126,6 @@ function TokenManager.spawnMultipleTokens(card, tokenType, tokenCount, shiftDown
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- this is used to load the correct state for additional resource tokens (e.g. "Ammo")
|
-- this is used to load the correct state for additional resource tokens (e.g. "Ammo")
|
||||||
log(temporary)
|
|
||||||
local callbackName = nil
|
local callbackName = nil
|
||||||
local callbackParams = nil
|
local callbackParams = nil
|
||||||
local stateID = stateTable[string.lower(subType or "")]
|
local stateID = stateTable[string.lower(subType or "")]
|
||||||
|
@ -89,10 +89,5 @@ function addAction(player)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function spawnActionToken(numTokens)
|
function spawnActionToken(numTokens)
|
||||||
local position = self.getPosition()
|
|
||||||
local matColor = playermatApi.getMatColorByPosition(position)
|
|
||||||
local mat = guidReferenceApi.getObjectByOwnerAndType(matColor, "Playermat")
|
|
||||||
|
|
||||||
tokenManagerApi.spawnTokenGroup(self, "universalActionAbility", numTokens, 0.8, _, true)
|
tokenManagerApi.spawnTokenGroup(self, "universalActionAbility", numTokens, 0.8, _, true)
|
||||||
|
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user