mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user