diff --git a/_maps/shuttles/independent/independent_dwayne.dmm b/_maps/shuttles/independent/independent_dwayne.dmm index fe28bf3a8a36..1f41aed0476b 100644 --- a/_maps/shuttles/independent/independent_dwayne.dmm +++ b/_maps/shuttles/independent/independent_dwayne.dmm @@ -1008,10 +1008,9 @@ }, /obj/machinery/light/directional/east, /obj/effect/decal/cleanable/dirt, -/obj/structure/closet/secure_closet{ - req_access_txt = "19"; - icon_state = "qm"; - name = "Foreman's locker" +/obj/structure/closet/secure_closet/quartermaster{ + populate = 0; + name = "\proper Foreman's locker" }, /obj/item/storage/backpack/satchel/eng, /obj/item/clothing/shoes/workboots, @@ -1321,7 +1320,7 @@ /obj/machinery/door/airlock/command/glass{ dir = 4; name = "Bridge"; - req_access_txt = "19" + req_one_access = list(20,41) }, /obj/effect/turf_decal/corner/opaque/ntblue/half{ dir = 8 @@ -2973,7 +2972,7 @@ /obj/machinery/door/airlock/command/glass{ dir = 4; name = "Bridge"; - req_access_txt = "19" + req_one_access = list(20,41) }, /obj/effect/turf_decal/corner/opaque/ntblue/half{ dir = 8 diff --git a/code/modules/clothing/outfits/factions/independent.dm b/code/modules/clothing/outfits/factions/independent.dm index bc2e23dc54c3..1a6cde49b08f 100644 --- a/code/modules/clothing/outfits/factions/independent.dm +++ b/code/modules/clothing/outfits/factions/independent.dm @@ -562,13 +562,6 @@ backpack = /obj/item/storage/backpack/industrial satchel = /obj/item/storage/backpack/satchel/eng -/datum/outfit/job/independent/quartermaster/western/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE) - ..() - if(visualsOnly) - return - var/obj/item/card/id/W = H.wear_id - W.access += list(ACCESS_HEADS) - /datum/outfit/job/independent/miner name = "Independent - Miner" jobtype = /datum/job/mining