From cee2c9a90d189ba6c94fc188ece902b2f5df5fdf Mon Sep 17 00:00:00 2001 From: Mek Date: Tue, 21 Jun 2022 15:08:02 -0400 Subject: [PATCH] Stunn't --- code/datums/martial/cqc.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/datums/martial/cqc.dm b/code/datums/martial/cqc.dm index 370960ef7071..9e9c111f502b 100644 --- a/code/datums/martial/cqc.dm +++ b/code/datums/martial/cqc.dm @@ -318,7 +318,6 @@ var/hand = user.get_inactive_hand_index() if(!user.put_in_hand(I, hand)) I.forceMove(get_turf(attacker)) - attacker.Paralyze(20) attacker.Knockdown(60) user.adjustStaminaLoss(10) //Can't block forever. Really, if this becomes a problem you're already screwed.