Skip to content

Commit

Permalink
Update code/modules/mob/living/carbon/xenomorph/castes/praetorian/abi…
Browse files Browse the repository at this point in the history
…lities_praetorian.dm

Co-authored-by: ivanmixo <[email protected]>
  • Loading branch information
Runian and ivanmixo authored Sep 21, 2024
1 parent ebbdf82 commit 91cf52d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 91cf52d

Please sign in to comment.