fixes to allow mod to build

This commit is contained in:
dscarpac 2024-06-24 23:22:05 -05:00
parent a1155fe041
commit 7054c5a394
2 changed files with 13 additions and 15 deletions

View File

@ -395,7 +395,6 @@ function returnAndRedraw(_, tokenGUID)
end end
chaosTokens[indexOfReturnedToken] = drawChaosToken(params) chaosTokens[indexOfReturnedToken] = drawChaosToken(params)
chaosTokens[indexOfReturnedToken] = token
if redrawData.triggeringCard == "FalseCovenant" then if redrawData.triggeringCard == "FalseCovenant" then
blessCurseManagerApi.removeToken("Curse") blessCurseManagerApi.removeToken("Curse")
end end

View File

@ -54,8 +54,7 @@ As a nice reminder the XML button takes on the Frost color and icon with the tex
> ["Frost"] = true > ["Frost"] = true
> } > }
> } > }
> require...
require("playercards/CardsThatRedrawTokens")
----------------------------------------------------------]] ----------------------------------------------------------]]
local turnOnHelper local turnOnHelper