Merge pull request #6689 from Citadel-Station-13/upstream-merge-37693

[MIRROR] Fixes singuloth not disappearing after a set amount of time.
This commit is contained in:
LetterJay
2018-05-10 00:49:06 -05:00
committed by GitHub
+1 -1
View File
@@ -614,7 +614,7 @@
L.Stun(200, ignore_canstun = TRUE) //you can't run :^)
var/S = new /obj/singularity/academy(usr.loc)
addtimer(CALLBACK(src, /atom/movable/proc/say, "[S] winks out, just as suddenly as it appeared."), 50)
QDEL_IN(src, 50)
QDEL_IN(S, 50)
else
event = null
turns += 1