bugfix for hand zone guids
This commit is contained in:
parent
6becef2c79
commit
b54ebbe0b8
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user