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)