Skip to content

Commit

Permalink
gurkings recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
companoo committed Oct 9, 2022
1 parent 0b1aed7 commit ef247f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions code/modules/fallout/job/legion.dm
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ Decanii
supervisors = "the Veteran Decanus and the Centurion"
display_order = JOB_DISPLAY_ORDER_DECAN
outfit = /datum/outfit/job/CaesarsLegion/Legionnaire/f13decan
exp_requirements = 1500
exp_requirements = 1200
exp_type = EXP_TYPE_LEGION

loadout_options = list(
Expand Down Expand Up @@ -756,7 +756,7 @@ Prime Legionairy
supervisors = "the Decani and Centurion"
display_order = JOB_DISPLAY_ORDER_LEGIONARY
outfit = /datum/outfit/job/CaesarsLegion/Legionnaire/f13legionary
exp_requirements = 600
exp_requirements = 300

loadout_options = list(
/datum/outfit/loadout/primeline, //Trail Carbine
Expand Down Expand Up @@ -970,8 +970,8 @@ Explorer
supervisors = "the Venator and Centurion"
display_order = JOB_DISPLAY_ORDER_EXPLORER
outfit = /datum/outfit/job/CaesarsLegion/Legionnaire/f13explorer
exp_requirements = 900
exp_type = EXP_TYPE_PRIME
exp_requirements = 300
exp_type = EXP_TYPE_LEGION

loadout_options = list(
/datum/outfit/loadout/excursor, //10mm smg, smokebomb
Expand Down Expand Up @@ -1036,7 +1036,7 @@ Auxilia
display_order = JOB_DISPLAY_ORDER_AUXILIA
outfit = /datum/outfit/job/CaesarsLegion/f13auxilia
exp_requirements = 600
exp_type = EXP_TYPE_CAMP
exp_type = EXP_TYPE_LEGION

loadout_options = list(
/datum/outfit/loadout/auxengi,
Expand Down
4 changes: 2 additions & 2 deletions code/modules/fallout/job/tribals.dm
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Tribal Head Hunter
suit = /obj/item/clothing/suit/hooded/cloak/hhunter
suit_store = /obj/item/melee/transforming/cleaving_saw
belt = /obj/item/storage/belt/mining/primitive
l_pocket = /obj/item/flashlight/lantern
l_pocket = /obj/item/flashlight/lantern
backpack_contents = list(
/obj/item/restraints/legcuffs/bola=1,
/obj/item/reagent_containers/pill/patch/f13/healingpowder=2,
Expand Down Expand Up @@ -362,7 +362,7 @@ Hunter
description = "You are a Hunter for the tribe; you bring back food and relics, anything that may house a machine spirit that can be purified by the shaman. You also are the protectors of the tribe, and work with the Head Hunter during Great Hunts or times of War."
selection_color = "#006666"

exp_requirements = 600
exp_requirements = 300
exp_type = EXP_TYPE_TRIBAL

outfit = /datum/outfit/job/tribal/f13hunter
Expand Down

0 comments on commit ef247f0

Please sign in to comment.