From 35430cda6d96bc008cd6b935797c1e9d240fa48c Mon Sep 17 00:00:00 2001 From: Archie Date: Tue, 19 Jan 2021 13:54:32 -0300 Subject: [PATCH] runtime --- code/modules/mob/living/simple_animal/hostile/bread.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/hostile/bread.dm b/code/modules/mob/living/simple_animal/hostile/bread.dm index db524c11..750d5128 100644 --- a/code/modules/mob/living/simple_animal/hostile/bread.dm +++ b/code/modules/mob/living/simple_animal/hostile/bread.dm @@ -34,7 +34,7 @@ . = ..() var/area/A = get_area(src) if(A) - notify_ghosts("A tumor bread has been created in \the [A.name].", source = src, action=NOTIFY_ATTACK, flashwindow = FALSE, ignore_dnr_observers = TRUE) + notify_ghosts("A tumor bread has been created in \the [A.name].", source = src, action=NOTIFY_ATTACK, flashwindow = FALSE) /mob/living/simple_animal/hostile/bread/attack_ghost(mob/user) if(key) //please stop using src. without a good reason.