Fixed another bug with anti-revolution.

This commit is contained in:
cib
2012-10-19 10:35:54 -07:00
parent ce76e802f1
commit 0849907dae
+2 -1
View File
@@ -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