Merge pull request #738 from argonui/on-exit-handling
Added "game exiting" handling
This commit is contained in:
commit
cd10d858ce
@ -27,6 +27,8 @@
|
|||||||
"HandTrigger.be2f17",
|
"HandTrigger.be2f17",
|
||||||
"HandTrigger.0285cc",
|
"HandTrigger.0285cc",
|
||||||
"HandTrigger.a70eee",
|
"HandTrigger.a70eee",
|
||||||
|
"ScriptingTrigger.a2f932",
|
||||||
|
"FogOfWarTrigger.3aab97",
|
||||||
"TableLegBottomRight.afc863",
|
"TableLegBottomRight.afc863",
|
||||||
"TableLegBottomLeft.c8edca",
|
"TableLegBottomLeft.c8edca",
|
||||||
"TableLegTopLeft.393bf7",
|
"TableLegTopLeft.393bf7",
|
||||||
@ -97,7 +99,6 @@
|
|||||||
"Damagetokens.480bda",
|
"Damagetokens.480bda",
|
||||||
"Resourcetokens.9fadf9",
|
"Resourcetokens.9fadf9",
|
||||||
"Connectionmarkers.170f10",
|
"Connectionmarkers.170f10",
|
||||||
"FogOfWarTrigger.3aab97",
|
|
||||||
"ChaosTokenReserve.106418",
|
"ChaosTokenReserve.106418",
|
||||||
"ClueCounter.37be78",
|
"ClueCounter.37be78",
|
||||||
"ClueCounter.1769ed",
|
"ClueCounter.1769ed",
|
||||||
@ -127,7 +128,6 @@
|
|||||||
"ChaosBag.fea079",
|
"ChaosBag.fea079",
|
||||||
"DataHelper.708279",
|
"DataHelper.708279",
|
||||||
"BlessCurseManager.5933fb",
|
"BlessCurseManager.5933fb",
|
||||||
"ScriptingTrigger.a2f932",
|
|
||||||
"EdgeoftheEarth.895eaa",
|
"EdgeoftheEarth.895eaa",
|
||||||
"TheDream-Eaters.a16a1a",
|
"TheDream-Eaters.a16a1a",
|
||||||
"TheFeastofHemlockVale.c740af",
|
"TheFeastofHemlockVale.c740af",
|
||||||
|
@ -207,6 +207,7 @@ end
|
|||||||
|
|
||||||
-- TTS event for objects that leave zones
|
-- TTS event for objects that leave zones
|
||||||
function onObjectLeaveZone(zone, object)
|
function onObjectLeaveZone(zone, object)
|
||||||
|
if zone.isDestroyed() or object.isDestroyed() then return end
|
||||||
if zone.type == "Hand" and object.hasTag("CardWithHelper") then
|
if zone.type == "Hand" and object.hasTag("CardWithHelper") then
|
||||||
object.call("updateDisplay")
|
object.call("updateDisplay")
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user