Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion code/modules/jobs/job_types/roguetown/sidefolk/veteran.dm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
allowed_sexes = list(MALE, FEMALE) //same as town guard
allowed_races = RACES_ALL_KINDS //Caustic edit from RACES_NO_CONSTRUCT
tutorial = "You've known combat your entire life. There isn't a way to kill a man you havent practiced in the tapestries of war itself. You wouldn't call yourself a hero--those belong to the men left rotting in the fields where you honed your ancient trade. You don't sleep well at night anymore, you don't like remembering what you've had to do to survive. Trading adventure for stable pay was the only logical solution, and maybe someday you'll get to lay down the blade and rest your weary body..."
allowed_ages = list(AGE_OLD) //VETERANS!! ARE!!! OLD!!!
allowed_ages = list(AGE_MIDDLEAGED, AGE_OLD) //being a veteran means knowing when to quit before you are truly disabled
advclass_cat_rolls = list(CTAG_VETERAN = 20)
display_order = JDO_VETERAN
whitelist_req = TRUE
Expand Down
Loading