mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Switches most common visible_messages to look like emotes, inc. surgery. (#8981)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user