Skip to content

Commit

Permalink
fuix
Browse files Browse the repository at this point in the history
  • Loading branch information
companoo committed Oct 9, 2022
1 parent a9cffd0 commit e042c64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/fallout/job/bos.dm
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ Senior Knight
supervisors = "the Knight Captain"
selection_color = "#95a5a6"
exp_requirements = 1200
exp_type = EXP_TYPE_KNIGHT
exp_type = EXP_TYPE_BROTHERHOOD

loadout_options = list(
/datum/outfit/loadout/sknighta,
Expand Down
1 change: 1 addition & 0 deletions code/modules/fallout/job/legion.dm
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,7 @@ Prime Legionairy
display_order = JOB_DISPLAY_ORDER_LEGIONARY
outfit = /datum/outfit/job/CaesarsLegion/Legionnaire/f13legionary
exp_requirements = 300
exp_type = EXP_TYPE_LEGION

loadout_options = list(
/datum/outfit/loadout/primeline, //Trail Carbine
Expand Down
1 change: 1 addition & 0 deletions code/modules/fallout/job/ncr.dm
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ Combat Medic (to be reworked into Supply)
display_order = JOB_DISPLAY_ORDER_COMBATMEDIC
outfit = /datum/outfit/job/ncr/f13combatmedic
exp_requirements = 300
exp_type = EXP_TYPE_NCR

/datum/outfit/job/ncr/f13combatmedic
name = "NCR Combat Medic"
Expand Down

0 comments on commit e042c64

Please sign in to comment.