Skip to content

Commit

Permalink
UPP Pilot & Dzho Automaton Appear On Char Setup Display (#7837)
Browse files Browse the repository at this point in the history
# About the pull request

See title. Pilot and Dzho will now appear on the character setup display
if you select that role.

# Explain why it's good for the game

Update new roles that were added while the setup UPP PR was in-progress.


# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl:
add: The UPP Pilot and Dzho Automaton roles will properly appear on your
character setup screen if you select those roles.
/:cl:

Co-authored-by: Steelpoint <[email protected]>
  • Loading branch information
Steelpoint and Steelpoint authored Dec 18, 2024
1 parent 9fd6a4f commit bd7e1a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/mob/new_player/preferences_setup.dm
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,10 @@
return /datum/equipment_preset/upp/commissar/dressed
if(JOB_UPP_SUPPORT_SYNTH)
return /datum/equipment_preset/upp/synth/dressed
if(JOB_UPP_JOE)
return /datum/equipment_preset/synth/working_joe/upp
if(JOB_UPP_PILOT)
return /datum/equipment_preset/upp/pilot
// MISC-JOBS
if(JOB_SURVIVOR)
var/list/survivor_types = pref_special_job_options[JOB_SURVIVOR] != ANY_SURVIVOR && length(SSmapping.configs[GROUND_MAP].survivor_types_by_variant[pref_special_job_options[JOB_SURVIVOR]]) ? SSmapping.configs[GROUND_MAP].survivor_types_by_variant[pref_special_job_options[JOB_SURVIVOR]] : SSmapping.configs[GROUND_MAP].survivor_types
Expand Down

0 comments on commit bd7e1a0

Please sign in to comment.