Merge pull request #175 from argonui/tokenspawntracking

Bugfix for hand zone GUIDS
This commit is contained in:
Buhallin 2023-01-09 14:02:22 -08:00 committed by GitHub
commit c63cb8fb5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,10 @@
local spawnedCardGuids = { } local spawnedCardGuids = { }
local HAND_ZONES = { } local HAND_ZONES = { }
HAND_ZONES["c506bf"] = true -- White HAND_ZONES["a70eee"] = true -- White
HAND_ZONES["67ce9a"] = true -- Green HAND_ZONES["0285cc"] = true -- Green
HAND_ZONES["cbc751"] = true -- Orange HAND_ZONES["5fe087"] = true -- Orange
HAND_ZONES["57c22c"] = true -- Red HAND_ZONES["be2f17"] = true -- Red
function onLoad(saveState) function onLoad(saveState)
if saveState ~= nil then if saveState ~= nil then