File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 544
544
ACCESS_TELEPORTER ,
545
545
ACCESS_THEATRE ,
546
546
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
547
554
)
548
555
minimal_wildcard_access = list (
549
556
ACCESS_HOP ,
Original file line number Diff line number Diff line change 121
121
region_access = REGION_MEDBAY
122
122
123
123
/ obj / item/ door_remote/ civilian
124
- name = " civilian door remote"
124
+ name = " civilian+supply door remote"
125
125
icon_state = " gangtool-white"
126
- region_access = REGION_GENERAL
126
+ region_access = ( REGION_GENERAL && REGION_SUPPLY ) // monkestation addition
127
127
128
128
#undef WAND_OPEN
129
129
#undef WAND_BOLT
You can’t perform that action at this time.
0 commit comments