removed logs

This commit is contained in:
dscarpac 2024-10-05 09:52:15 -05:00
parent abc291fd5c
commit 7b364ba831
2 changed files with 0 additions and 6 deletions

View File

@ -2126,7 +2126,6 @@ function TokenManager.spawnMultipleTokens(card, tokenType, tokenCount, shiftDown
end
-- this is used to load the correct state for additional resource tokens (e.g. "Ammo")
log(temporary)
local callbackName = nil
local callbackParams = nil
local stateID = stateTable[string.lower(subType or "")]

View File

@ -89,10 +89,5 @@ function addAction(player)
end
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)
end