bugfix for hand zone guids

This commit is contained in:
Chr1Z93 2023-01-09 20:59:37 +01:00
parent 6becef2c79
commit b54ebbe0b8

View File

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