mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
fixes hijacked shuttles docking in the wrong spot (#54435)
This commit is contained in:
@@ -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