Skip to content

Commit

Permalink
дефлайны
Browse files Browse the repository at this point in the history
  • Loading branch information
pilygun authored Nov 15, 2024
1 parent 0b5704a commit caba346
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
/datum/martial_combo/sleeping_carp/stomach_knee/perform_combo(mob/living/carbon/human/user, mob/living/target, datum/martial_art/MA)
if(!target.stat && !target.IsWeakened())
user.do_attack_animation(target, ATTACK_EFFECT_KICK)
target.visible_message("<span class='warning'>[user] пинает коленом [target] прямо в живот!</span>", \
"<span class='userdanger'>[user] ударяет вас коленом в живот!</span>")
target.visible_message(span_warning("[user] пинает коленом [target] прямо в живот!"), \
span_userdanger("[user] ударяет вас коленом в живот!"))
target.audible_message("<b>[target]</b> gags!")
target.AdjustLoseBreath(20 SECONDS)
target.Weaken(6 SECONDS)
Expand Down

0 comments on commit caba346

Please sign in to comment.