Skip to content

Commit

Permalink
better solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadhorizon committed Jun 25, 2024
1 parent 15f24cf commit 3753285
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
11 changes: 5 additions & 6 deletions _maps/shuttles/independent/independent_dwayne.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
7 changes: 0 additions & 7 deletions code/modules/clothing/outfits/factions/independent.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3753285

Please sign in to comment.