EVERYBODY HURTS

This commit is contained in:
Aurorablade
2016-08-03 23:51:13 -04:00
parent b4f28c1cd5
commit 79c9b690ac
15 changed files with 6663 additions and 5952 deletions
+6 -1
View File
@@ -93,7 +93,12 @@ var/const/CALL_SHUTTLE_REASON_LENGTH = 12
if(!emergency)
WARNING("requestEvac(): There is no emergency shuttle, but the shuttle was called. Using the backup shuttle instead.")
if(!backup_shuttle)
WARNING("requestEvac(): There is no emergency shuttle, or backup shuttle! The game will be unresolvable. This is likely due to a mapping error")
WARNING("requestEvac(): There is no emergency shuttle, or backup shuttle! The game will be unresolvable.This is possibly a mapping error,\
more likely a bug with the shuttle \
manipulation system, or badminry. It is possible to manually \
resolve this problem by loading an emergency shuttle template \
manually, and then calling register() on the mobile docking port. \
Good luck.")
return
emergency = backup_shuttle