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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user