This commit is contained in:
Ghommie
2020-01-23 04:27:08 +01:00
parent 0bfe3ab87e
commit 8e44f21de9
+1 -1
View File
@@ -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)