fixes hijacked shuttles docking in the wrong spot (#54435)

This commit is contained in:
necromanceranne
2020-10-18 12:52:42 -03:00
committed by GitHub
parent a653bc6350
commit 9feeea89af
+1 -1
View File
@@ -525,7 +525,7 @@
// now move the actual emergency shuttle to centcom
// unless the shuttle is "hijacked"
var/destination_dock = "emergency_away"
if(is_hijacked() && elimination_hijack())
if(is_hijacked() || elimination_hijack())
destination_dock = "emergency_syndicate"
minor_announce("Corruption detected in \
shuttle navigation protocols. Please contact your \