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:
coiax
2017-04-17 15:12:05 +01:00
committed by KorPhaeron
parent 0b660c19aa
commit 60268f8fc3

View File

@@ -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