- 180 Reverse, Mines now banned from surplus

This commit is contained in:
TullyBurnalot
2016-12-20 10:09:38 +00:00
parent e9f4209188
commit 51a47b37b0
2 changed files with 3 additions and 0 deletions
@@ -18,6 +18,8 @@
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].")