Cultists can no longer delay the shuttle after Nar'sie is summoned

This commit is contained in:
CitadelStationBot
2017-04-17 09:45:34 -05:00
parent 21827263f5
commit 19647e1c61

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