# HG changeset patch # User Wuzzy # Date 1445114081 0 # Node ID a33b0ddce148fc59b6a3a99c2c9da0056594871c # Parent 0830fdc658b85053acd4d1fe7213a3df4065c12c onSuddenDeath diff -r 0830fdc658b8 -r a33b0ddce148 LuaAPI.wiki --- a/LuaAPI.wiki Mon Oct 12 19:11:19 2015 +0000 +++ b/LuaAPI.wiki Sat Oct 17 20:34:41 2015 +0000 @@ -188,6 +188,9 @@ === onNewTurn() === This function calls at the start of every turn. +=== onSuddenDeath() (0.9.22) === +This function is called on the start of Sudden Death. + === onGearAdd(gearUid) === This function is called when a new gear is added. Useful in combination with `GetGearType(gearUid)`.