From 8e44f21de969ea4d155054964191a2bbad193c12 Mon Sep 17 00:00:00 2001 From: Ghommie <42542238+Ghommie@users.noreply.github.com> Date: Thu, 23 Jan 2020 04:27:08 +0100 Subject: [PATCH] Mh... --- modular_citadel/code/_onclick/other_mobs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_citadel/code/_onclick/other_mobs.dm b/modular_citadel/code/_onclick/other_mobs.dm index d7b0a72c07..09cb9a7f6f 100644 --- a/modular_citadel/code/_onclick/other_mobs.dm +++ b/modular_citadel/code/_onclick/other_mobs.dm @@ -43,7 +43,7 @@ var/mob/M = B if(!M.eye_blind) var/message = (M in target_viewers) ? the_action : what_action - to_chat(M, "[src] [message].", MSG_VISUAL) + to_chat(M, "[src] [message].") return TRUE /atom/proc/alt_attack_hand(mob/user)