Fixes singuloth not disappeared after a set amount of time.

This commit is contained in:
Dax Dupont
2018-05-05 23:18:22 +02:00
committed by letterjay
parent 3d0ae0255b
commit b29f399157
+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