From c4fbe8df345296c559eed26cf0054a24575ba524 Mon Sep 17 00:00:00 2001 From: mwerezak Date: Mon, 29 Dec 2014 13:04:02 -0500 Subject: [PATCH] Fixes vox leap special_role check --- code/modules/mob/living/carbon/human/human_powers.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human_powers.dm b/code/modules/mob/living/carbon/human/human_powers.dm index 30ac38248f4..696f2345514 100644 --- a/code/modules/mob/living/carbon/human/human_powers.dm +++ b/code/modules/mob/living/carbon/human/human_powers.dm @@ -98,7 +98,7 @@ T.Weaken(5) //Only official cool kids get the grab and no self-prone. - if(src.mind && src.mind.special_role) + if(!(src.mind && src.mind.special_role)) src.Weaken(5) return