Switches most common visible_messages to look like emotes, inc. surgery. (#8981)

This commit is contained in:
Matt Atlas
2020-06-02 19:24:02 +02:00
committed by GitHub
parent 66c8b4e52a
commit 0a00700401
19 changed files with 142 additions and 99 deletions
@@ -177,7 +177,7 @@ mob/living/simple_animal/hostile/hitby(atom/movable/AM as mob|obj,var/speed = TH
var/obj/machinery/porta_turret/T = target_mob
src.do_attack_animation(T)
T.take_damage(max(melee_damage_lower, melee_damage_upper) / 2)
visible_message("<span class='danger'>[src] [attacktext] \the [T]!</span>")
visible_message("<span class='danger'>\The [src] [attacktext] \the [T]!</span>")
return T
/mob/living/simple_animal/hostile/proc/LoseTarget()