Allows proximity mine signs to be used by all traitors (#20977)

* Removes jani mind requirement

* makes arm/disarm of jani sighs traitor only

* Adds mindslaves to usable mind states

* adds prox sign to surplus, standard proability

* Removes thralls from using sign (hacky method)

* allows mindslave useage (not hacky way)
This commit is contained in:
Silverplate
2023-05-21 12:10:02 -05:00
committed by GitHub
parent d8dc1aa221
commit 73510a18ab
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
/obj/item/caution/proximity_sign/attack_self(mob/user as mob)
if(ishuman(user))
var/mob/living/carbon/human/H = user
if(H.mind.assigned_role != "Janitor")
if(!H.mind.has_antag_datum(/datum/antagonist/traitor) && !ismindslave(H))
return
if(armed)
armed = FALSE