Skip to content

Commit 52da9af

Browse files
authored
HoP supply access and supply access remote (#4165)
* Adds supply access to the HoP's remote * Gives the HoP themself some missing supply access * Trims the name down
1 parent 140c757 commit 52da9af

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

code/datums/id_trim/jobs.dm

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,13 @@
544544
ACCESS_TELEPORTER,
545545
ACCESS_THEATRE,
546546
ACCESS_WEAPONS,
547+
//monkestation addition start: If the QM isn't a head, then these are part of HoP's responsibility
548+
ACCESS_VAULT,
549+
ACCESS_MINING,
550+
ACCESS_MINING_STATION,
551+
ACCESS_MECH_MINING,
552+
ACCESS_QM,
553+
//monkestation addition end
547554
)
548555
minimal_wildcard_access = list(
549556
ACCESS_HOP,

code/game/objects/items/control_wand.dm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@
121121
region_access = REGION_MEDBAY
122122

123123
/obj/item/door_remote/civilian
124-
name = "civilian door remote"
124+
name = "civilian+supply door remote"
125125
icon_state = "gangtool-white"
126-
region_access = REGION_GENERAL
126+
region_access = (REGION_GENERAL && REGION_SUPPLY) //monkestation addition
127127

128128
#undef WAND_OPEN
129129
#undef WAND_BOLT

0 commit comments

Comments
 (0)