Merge pull request #7871 from phil235/NarsieSpamFix

Fixes narsie message spam from multiple nar-sie spawn.
This commit is contained in:
hornygranny
2015-02-22 20:18:09 -08:00
+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