Skip to content

Commit

Permalink
Fixes Typo in Paygrade Prefix for Executive Supervisor (#7715)
Browse files Browse the repository at this point in the history
# About the pull request

Changes the old "Exec. Suvp." to "Exec. Spvsr."

# Explain why it's good for the game

It was both a typo and generally unclear as to what it was meant to be a
prefix for, this should clear up what the role is meant to be.


# 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:
spellcheck: Changed the old "Exec. Suvp." Paygrade Prefix to "Exec.
Spvsr."
/:cl:
  • Loading branch information
efzapa authored Dec 3, 2024
1 parent e5cd964 commit b039ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/paygrades/factions/wy/wy.dm
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
/datum/paygrade/wy_ranks/wyc6
paygrade = PAY_SHORT_WYC6
name = "Executive Supervisor"
prefix = "Exec. Suvp."
prefix = "Exec. Spvsr."
ranking = 5
pay_multiplier = 6
officer_grade = GRADE_OFFICER
Expand Down

0 comments on commit b039ae2

Please sign in to comment.