mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Cultists can no longer delay the shuttle after Nar'sie is summoned (#26275)
🆑 coiax add: The shuttle's arrival can no longer be delayed after Nar-Sie's arrival. The End cannot be delayed. /🆑 - Also, I have a feeling that it might be possible if timed well to actually recall the shuttle with the use of two shuttle curses after Nar-Sie's arrival. And that would be bad.
This commit is contained in:
@@ -281,6 +281,10 @@
|
||||
if(curselimit > 1)
|
||||
to_chat(user, "<span class='notice'>We have exhausted our ability to curse the shuttle.</span>")
|
||||
return
|
||||
if(locate(/obj/singularity/narsie) in GLOB.poi_list)
|
||||
to_chat(user, "<span class='warning'>Nar-Sie is already on this plane, there is no delaying the end of all things.</span>")
|
||||
return
|
||||
|
||||
if(SSshuttle.emergency.mode == SHUTTLE_CALL)
|
||||
var/cursetime = 1800
|
||||
var/timer = SSshuttle.emergency.timeLeft(1) + cursetime
|
||||
|
||||
Reference in New Issue
Block a user