From 367a8501ac52fabb2562955e28fb2da855c066bd Mon Sep 17 00:00:00 2001 From: Atermonera Date: Fri, 18 Sep 2020 20:34:14 -0700 Subject: [PATCH] /atom/visible_message respects exclude_mobs (#7665) --- code/modules/mob/mob.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/mob.dm b/code/modules/mob/mob.dm index bb61f345b6..2722a12f01 100644 --- a/code/modules/mob/mob.dm +++ b/code/modules/mob/mob.dm @@ -84,7 +84,7 @@ else exclude_mobs = list(src) src.show_message(self_message, 1, blind_message, 2) - . = ..() + . = ..(message, blind_message, exclude_mobs) // Returns an amount of power drawn from the object (-1 if it's not viable). // If drain_check is set it will not actually drain power, just return a value.