mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
Merge pull request #7871 from phil235/NarsieSpamFix
Fixes narsie message spam from multiple nar-sie spawn.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user