From 16d850ecfc7c66dc234754a039ea6900ff2078e1 Mon Sep 17 00:00:00 2001 From: Ghommie <42542238+Ghommie@users.noreply.github.com> Date: Wed, 20 Nov 2019 21:17:31 +0100 Subject: [PATCH] chain stunning yay --- code/datums/martial/wrestling.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/martial/wrestling.dm b/code/datums/martial/wrestling.dm index 153cd8eb3d..c967779d03 100644 --- a/code/datums/martial/wrestling.dm +++ b/code/datums/martial/wrestling.dm @@ -448,7 +448,7 @@ /datum/martial_art/wrestling/grab_act(mob/living/carbon/human/A, mob/living/carbon/human/D) if(check_streak(A,D)) return 1 - if(A == D) // don't stun grab yoursel + if(A.pulling == D || A == D) // don't stun grab yoursel return FALSE A.start_pulling(D) D.visible_message("[A] gets [D] in a cinch!", \