Simple animal friendly attacks (Ones that do no damage) now use the
notice span class, to match hugging.
This commit is contained in:
Thunder12345
2014-12-27 17:27:55 +00:00
parent eada6aceaf
commit d1efc0c002
+2 -1
View File
@@ -196,7 +196,8 @@ proc/vol_by_throwforce_and_or_w_class(var/obj/item/I)
/mob/living/attack_animal(mob/living/simple_animal/M as mob)
if(M.melee_damage_upper == 0)
M.emote("me", 1, "[M.friendly] [src]")
M.visible_message("<span class='notice'>\The [M] [M.friendly] [src]!", \
"<span class='notice'>\The [M] [M.friendly] [src]!</span>")
return 0
else
if(M.attack_sound)