mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Fix shuttle hijack timeout (#67798)
This commit is contained in:
@@ -211,7 +211,7 @@
|
||||
if(SSshuttle.emergency.hijack_status >= HIJACKED)
|
||||
to_chat(user, span_warning("The emergency shuttle is already loaded with a corrupt navigational payload. What more do you want from it?"))
|
||||
return
|
||||
if(hijack_last_stage_increase >= world.time + hijack_stage_cooldown)
|
||||
if(hijack_last_stage_increase >= world.time - hijack_stage_cooldown)
|
||||
say("Error - Catastrophic software error detected. Input is currently on timeout.")
|
||||
return
|
||||
hijack_hacking = TRUE
|
||||
|
||||
Reference in New Issue
Block a user