Skip to content

Commit

Permalink
Merge pull request #5294 from ARF-SS13/fenmakesbracelets
Browse files Browse the repository at this point in the history
Removes unneeded old loadout from town jobs
  • Loading branch information
Superlagg authored Jun 28, 2024
2 parents b05eaf5 + 39f2152 commit baeae41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
7 changes: 0 additions & 7 deletions code/modules/jobs/job_types/jobs_we_use.dm
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,6 @@
total_positions = -1
spawn_positions = -1
outfit = /datum/outfit/job/den/f13settler
loadout_options = list(
/datum/outfit/loadout/provisioner,
/datum/outfit/loadout/groundskeeper,
/datum/outfit/loadout/artisan,
/datum/outfit/loadout/outdoorsman,
/datum/outfit/loadout/busker,
)

//////////////////////////////
/// Citizen
Expand Down
7 changes: 1 addition & 6 deletions code/modules/jobs/job_types/wasteland.dm
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ Raider
/obj/item/pda = 1,
/obj/item/storage/pill_bottle/chem_tin/radx,
/obj/item/card/id/selfassign,
/obj/item/radio/headset

)

/datum/outfit/job/wasteland/f13wastelander/pre_equip(mob/living/carbon/human/H)
Expand Down Expand Up @@ -1447,12 +1447,7 @@ Raider
gloves = /obj/item/clothing/gloves/fingerless
shoes = /obj/item/clothing/shoes/jackboots
r_pocket = /obj/item/storage/fancy/flare_pouch

backpack = /obj/item/storage/backpack/cultpack
satchel = /obj/item/storage/backpack/cultpack
backpack_contents = list(
/obj/item/camera/spooky = 1,
/obj/item/reagent_containers/food/drinks/flask=1,
/obj/item/reagent_containers/hypospray/medipen/stimpak=2,
/obj/item/storage/fancy/candle_box,
/obj/item/storage/wallet/stash/mid,
Expand Down

0 comments on commit baeae41

Please sign in to comment.