Merge pull request #175 from argonui/tokenspawntracking
Bugfix for hand zone GUIDS
This commit is contained in:
commit
c63cb8fb5d
@ -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…
Reference in New Issue
Block a user