Skip to content

Commit

Permalink
power
Browse files Browse the repository at this point in the history
  • Loading branch information
InsaneRed committed Dec 15, 2023
1 parent b3676ec commit 69560f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
xeno.balloon_alert(xeno, "our tail catches and stuns [LAZYLEN(targets)] targets!", text_color = "#51a16c")

for (var/mob/living/carbon/target in targets)
xeno.visible_message(SPAN_XENODANGER("\The [xeno]'s hooked tail coils itself around [target]!"), SPAN_XENODANGER(" hooked tail coils itself around [target]!"))
xeno.visible_message(SPAN_XENODANGER("\The [xeno]'s hooked tail coils itself around [target]!"), SPAN_XENODANGER("Our hooked tail coils itself around [target]!"))

target.apply_effect(0.2, WEAKEN)

Expand Down

0 comments on commit 69560f6

Please sign in to comment.