[MIRROR] fixes hijacked shuttles docking in the wrong spot (#1358)

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

* fixes hijacked shuttles docking in the wrong spot

Co-authored-by: necromanceranne <40847847+necromanceranne@users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-10-18 17:05:48 +01:00
committed by GitHub
co-authored by necromanceranne
parent 72974ebac4
commit e5587259e9
+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 \