Skip to content

Commit

Permalink
Update code/modules/martial_arts/combos/sleeping_carp/wrist_wrench.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Daeberdir <[email protected]>
  • Loading branch information
pilygun and Daeberdir authored Oct 31, 2024
1 parent d8a3338 commit 05f5412
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/datum/martial_combo/sleeping_carp/wrist_wrench
name = "Wrist Wrench"
steps = list(MARTIAL_COMBO_STEP_DISARM, MARTIAL_COMBO_STEP_DISARM)
explaination_text = "Сворачивает запястье оппоненту, заставляя выбросить вещь из активной руки."
explaination_text = "Сворачивает запястье оппоненту, заставляя его выбросить вещь из активной руки."

/datum/martial_combo/sleeping_carp/wrist_wrench/perform_combo(mob/living/carbon/human/user, mob/living/target, datum/martial_art/MA)
if(!target.stat && !target.IsStunned() && !target.IsWeakened())
Expand Down

0 comments on commit 05f5412

Please sign in to comment.