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.0285cc",
|
||||
"HandTrigger.a70eee",
|
||||
"ScriptingTrigger.a2f932",
|
||||
"FogOfWarTrigger.3aab97",
|
||||
"TableLegBottomRight.afc863",
|
||||
"TableLegBottomLeft.c8edca",
|
||||
"TableLegTopLeft.393bf7",
|
||||
@ -97,7 +99,6 @@
|
||||
"Damagetokens.480bda",
|
||||
"Resourcetokens.9fadf9",
|
||||
"Connectionmarkers.170f10",
|
||||
"FogOfWarTrigger.3aab97",
|
||||
"ChaosTokenReserve.106418",
|
||||
"ClueCounter.37be78",
|
||||
"ClueCounter.1769ed",
|
||||
@ -127,7 +128,6 @@
|
||||
"ChaosBag.fea079",
|
||||
"DataHelper.708279",
|
||||
"BlessCurseManager.5933fb",
|
||||
"ScriptingTrigger.a2f932",
|
||||
"EdgeoftheEarth.895eaa",
|
||||
"TheDream-Eaters.a16a1a",
|
||||
"TheFeastofHemlockVale.c740af",
|
||||
|
@ -207,6 +207,7 @@ end
|
||||
|
||||
-- TTS event for objects that leave zones
|
||||
function onObjectLeaveZone(zone, object)
|
||||
if zone.isDestroyed() or object.isDestroyed() then return end
|
||||
if zone.type == "Hand" and object.hasTag("CardWithHelper") then
|
||||
object.call("updateDisplay")
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user