Fixes human think() emotes. (#9906)

This commit is contained in:
Matt Atlas
2020-09-07 20:33:53 +02:00
committed by GitHub
parent a590c39817
commit 1aefd0de23
19 changed files with 79 additions and 38 deletions
+1 -1
View File
@@ -156,7 +156,7 @@
return
if(istype(A,/mob/living))
if(melee_damage_upper == 0)
custom_emote(1,"[friendly] [A]!")
custom_emote(VISIBLE_MESSAGE,"[friendly] [A]!")
return
if(ckey)
add_logs(src, A, attacktext)