From 0849907dae939f937fd13d991a813e50f8527a6b Mon Sep 17 00:00:00 2001 From: cib Date: Fri, 19 Oct 2012 10:35:54 -0700 Subject: [PATCH] Fixed another bug with anti-revolution. --- code/datums/mind.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/datums/mind.dm b/code/datums/mind.dm index 8f0dde3f889..595852b69fd 100644 --- a/code/datums/mind.dm +++ b/code/datums/mind.dm @@ -1092,9 +1092,10 @@ datum/mind brigged_since = -1 return 0 - var/is_currently_brigged = 1 + var/is_currently_brigged = 0 if(istype(T.loc,/area/security/brig)) + is_currently_brigged = 1 for(var/obj/item/weapon/card/id/card in current) is_currently_brigged = 0 break // if they still have ID they're not brigged