Fix shuttle catastrophe happening during transit

This commit is contained in:
Putnam3145
2023-02-12 17:12:52 -08:00
parent 5f6e204866
commit 008eedfedc

View File

@@ -9,6 +9,8 @@
/datum/round_event_control/shuttle_catastrophe/canSpawnEvent(players, gamemode)
if(SSshuttle.emergency.name == "Build your own shuttle kit")
return FALSE //don't undo manual player engineering, it also would unload people and ghost them, there's just a lot of problems
if(SSshuttle.emergency.in_flight())
return FALSE //ditto, problems
return ..()