mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 22:12:58 +01:00
Fixes human think() emotes. (#9906)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user