Fix shuttle catastrophe happening during transit
This commit is contained in:
@@ -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 ..()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user