Fixes narsie message spam from multiple nar-sie spawn.

This commit is contained in:
phil235
2015-02-21 16:41:17 +01:00
parent 92f4134cfe
commit 8f493d64c8
+1 -1
View File
@@ -169,7 +169,7 @@ var/list/sacrificed = list()
return
var/narsie_type = /obj/singularity/narsie/large
// Moves narsie if she was already summoned.
var/obj/her = locate(narsie_type, SSmachine.processing)
var/obj/her = locate(narsie_type, SSobj.processing)
if(her)
her.loc = get_turf(src)
return