diff --git a/code/datums/id_trim/jobs.dm b/code/datums/id_trim/jobs.dm index 77c61c01dc8d..48e80d858aef 100644 --- a/code/datums/id_trim/jobs.dm +++ b/code/datums/id_trim/jobs.dm @@ -544,6 +544,13 @@ ACCESS_TELEPORTER, ACCESS_THEATRE, ACCESS_WEAPONS, + //monkestation addition start: If the QM isn't a head, then these are part of HoP's responsibility + ACCESS_VAULT, + ACCESS_MINING, + ACCESS_MINING_STATION, + ACCESS_MECH_MINING, + ACCESS_QM, + //monkestation addition end ) minimal_wildcard_access = list( ACCESS_HOP, diff --git a/code/game/objects/items/control_wand.dm b/code/game/objects/items/control_wand.dm index 2e3750cda473..21e13d86cad4 100644 --- a/code/game/objects/items/control_wand.dm +++ b/code/game/objects/items/control_wand.dm @@ -121,9 +121,9 @@ region_access = REGION_MEDBAY /obj/item/door_remote/civilian - name = "civilian door remote" + name = "civilian+supply door remote" icon_state = "gangtool-white" - region_access = REGION_GENERAL + region_access = (REGION_GENERAL && REGION_SUPPLY) //monkestation addition #undef WAND_OPEN #undef WAND_BOLT