Nerfs suplexes. (#21572)

Suplexes now only deal 15 brute on hit, and now stun the attacker for as
much time as they stun the victim. This reframes the use of a suplex not
as a free kill tool that should be spammed at every individual, but
instead as a tool to reset a fight to a neutral state, including
auto-disarming the other party and equalising the playing field.

I have seen a significant number of rounds where the antagonist just
goes around suplex spamming everyone. It sucks.
This commit is contained in:
FlamingLily
2025-11-18 12:24:26 +00:00
committed by GitHub
parent 178670ccc5
commit 0aefc11f5a
2 changed files with 61 additions and 3 deletions
+3 -3
View File
@@ -22,7 +22,7 @@
D.visible_message(SPAN_DANGER("[A] suplexes [D]!"))
D.forceMove(A.loc)
D.apply_damage(30, DAMAGE_BRUTE)
D.apply_damage(15, DAMAGE_BRUTE)
D.apply_effect(6, WEAKEN)
add_logs(A, D, "suplexed")
@@ -30,7 +30,7 @@
D.SpinAnimation(10,1)
spawn(3)
A.apply_effect(4, WEAKEN)
A.apply_effect(6, WEAKEN)
return
/datum/martial_art/wrestling/disarm_act(var/mob/living/carbon/human/A, var/mob/living/carbon/human/D)
@@ -56,7 +56,7 @@
to_chat(usr, "<b><i>You flex your muscles and have a revelation...</i></b>")
to_chat(usr, "<span class='notice'>Clinch</span>: Grab. Passively gives you a chance to immediately aggressively grab someone. Not always successful.")
to_chat(usr, "<span class='notice'>Suplex</span>: Disarm someone you are grabbing. Suplexes your target to the floor. Greatly injures them and leaves both you and your target on the floor.")
to_chat(usr, "<span class='notice'>Suplex</span>: Disarm someone you are grabbing. Suplexes your target to the floor. Injures them and leaves both you and your target on the floor for a short duration.")
to_chat(usr, "<span class='notice'>Advanced grab</span>: Grab. Passively causes pain when grabbing someone.")
/obj/item/martial_manual/wrestling