From 91cf52d4f19928a5152c9e4068397cb8d4ef34a2 Mon Sep 17 00:00:00 2001 From: Rune Knight <30399783+Runian@users.noreply.github.com> Date: Fri, 20 Sep 2024 21:22:30 -0700 Subject: [PATCH] Update code/modules/mob/living/carbon/xenomorph/castes/praetorian/abilities_praetorian.dm Co-authored-by: ivanmixo --- .../carbon/xenomorph/castes/praetorian/abilities_praetorian.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/xenomorph/castes/praetorian/abilities_praetorian.dm b/code/modules/mob/living/carbon/xenomorph/castes/praetorian/abilities_praetorian.dm index 6fec4b04cad86..9eb56319ccaa8 100644 --- a/code/modules/mob/living/carbon/xenomorph/castes/praetorian/abilities_praetorian.dm +++ b/code/modules/mob/living/carbon/xenomorph/castes/praetorian/abilities_praetorian.dm @@ -299,7 +299,7 @@ GLOBAL_LIST_INIT(acid_spray_hit, typecacheof(list(/obj/structure/barricade, /obj var/mob/living/carbon/xenomorph/xeno_owner = owner var/mob/living/carbon/living_target = target_atom var/buffed = living_target.has_status_effect(STATUS_EFFECT_DANCER_TAGGED) - xeno_owner.visible_message(span_danger("\The [xeno_owner] violently slices [living_target] with its tail [buffed ? "twice" : ""]"), \ + xeno_owner.visible_message(span_danger("\The [xeno_owner] violently slices [living_target] with its tail [buffed ? "twice" : ""]!"), \ span_danger("We slice [living_target] with our tail [buffed ? "twice" : ""]!")) try_impale(living_target)