diff --git a/language.version b/language.version index 2016592a7..7f070abff 100644 --- a/language.version +++ b/language.version @@ -1,3 +1,3 @@ [default] -SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r802 \cu(Tue 4 Jul 13:53:25 CEST 2023)\c-"; -SWWM_SHORTVER="\cw1.3pre r802 \cu(2023-07-04 13:53:25)\c-"; +SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r803 \cu(Tue 4 Jul 13:53:34 CEST 2023)\c-"; +SWWM_SHORTVER="\cw1.3pre r803 \cu(2023-07-04 13:53:34)\c-"; diff --git a/zscript/items/swwm_powerups.zsc b/zscript/items/swwm_powerups.zsc index 362a10cff..24aa0e96a 100644 --- a/zscript/items/swwm_powerups.zsc +++ b/zscript/items/swwm_powerups.zsc @@ -127,6 +127,11 @@ Class GrilledCheeseSandwich : Inventory } Owner.Teleport(safepos,safeangle,0); } + override void Travelled() + { + Super.Travelled(); + dteleport = 0; // ensure we don't teleport immediately after a death exit (yes, this can happen) + } override void DoEffect() { Super.DoEffect();