Fixes whiteship escape (#28734)

This commit is contained in:
AnturK
2017-06-24 13:48:39 -03:00
committed by KorPhaeron
parent 63716b792d
commit 1d4820d9cc
3 changed files with 13 additions and 4 deletions
+2 -1
View File
@@ -387,7 +387,8 @@
if(istype(M, /obj/docking_port/mobile/pod))
M.dock(SSshuttle.getDock("[M.id]_away")) //Escape pods dock at centcomm
else
continue //Mapping a new docking point for each ship mappers could potentially want docking with centcomm would take up lots of space, just let them keep flying off into the sunset for their greentext
M.launch_status = ENDGAME_TRANSIT
//Mapping a new docking point for each ship mappers could potentially want docking with centcomm would take up lots of space, just let them keep flying off into the sunset for their greentext
// now move the actual emergency shuttle to centcomm
// unless the shuttle is "hijacked"