diff --git a/code/game/objects/items/weapons/caution.dm b/code/game/objects/items/weapons/caution.dm index 7b8af53e388..d11ca6eb059 100644 --- a/code/game/objects/items/weapons/caution.dm +++ b/code/game/objects/items/weapons/caution.dm @@ -18,8 +18,6 @@ attack_self(mob/user as mob) if(ishuman(user)) var/mob/living/carbon/human/H = user - if(H.mind.assigned_role != "Janitor") - return if(armed) armed = 0 to_chat(user, "\blue You disarm \the [src].") @@ -58,4 +56,4 @@ if(l && !(l.status & ORGAN_DESTROYED)) l.status |= ORGAN_DESTROYED if(r && !(r.status & ORGAN_DESTROYED)) - r.status |= ORGAN_DESTROYED \ No newline at end of file + r.status |= ORGAN_DESTROYED