mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
[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:
co-authored by
necromanceranne
parent
72974ebac4
commit
e5587259e9
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user