Skip to content

Commit

Permalink
UPP CO fix perhaps? (#7538)
Browse files Browse the repository at this point in the history
# About the pull request

I hate WL snowflake code I HATE WL SNOWFLAKE CODE!
# Explain why it's good for the game
UPP CO was spawning as general by dafault


# 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:
fix: UPP CO joining from lobby should recive proper rank
/:cl:

Co-authored-by: vincibrv <[email protected]>
  • Loading branch information
cuberound and uuuuhuuuu authored Nov 10, 2024
1 parent b7378d2 commit 35577ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/gear_presets/upp.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2819,7 +2819,7 @@

//*****************************************************************************************************/
/datum/job/antag/upp/officer/ley_gen
title = JOB_UPP_KOL_OFFICER
title = JOB_UPP_LT_GENERAL
gear_preset = /datum/equipment_preset/upp/officer/ley_gen

/datum/equipment_preset/upp/officer/ley_gen
Expand Down Expand Up @@ -2992,7 +2992,7 @@

//*****************************************************************************************************/
/datum/job/antag/upp/officer/gen
title = JOB_UPP_KOL_OFFICER
title = JOB_UPP_GENERAL
gear_preset = /datum/equipment_preset/upp/officer/gen

/datum/equipment_preset/upp/officer/gen
Expand Down

0 comments on commit 35577ab

Please sign in to comment.