Skip to content

Commit

Permalink
Bumps MW Fireman in line with rest of MPs (#7144)
Browse files Browse the repository at this point in the history
# About the pull request
Changes Fireman from Trained to Skilled like the rest of the MPs and
some Command Staff.
<!-- Remove this text and explain what the purpose of your PR is.

Mention if you have tested your changes. If you changed a map, make sure
you used the mapmerge tool.
If this is an Issue Correction, you can type "Fixes Issue #169420" to
link the PR to the corresponding Issue number #169420.

Remember: something that is self-evident to you might not be to others.
Explain your rationale fully, even if you feel it goes without saying.
-->

# Explain why it's good for the game
Presumably a previous oversight.
# 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: 
balance: Buffs MW Fireman skill in line with the rest of MPs
/:cl:
  • Loading branch information
MistChristmas committed Sep 13, 2024
1 parent 526ffc2 commit fa44b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/skills/uscm.dm
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ MILITARY NONCOMBATANT
skills = list(
SKILL_CQC = SKILL_CQC_SKILLED,
SKILL_POLICE = SKILL_POLICE_SKILLED,
SKILL_FIREMAN = SKILL_FIREMAN_TRAINED,
SKILL_FIREMAN = SKILL_FIREMAN_SKILLED,
SKILL_LEADERSHIP = SKILL_LEAD_TRAINED,
SKILL_OVERWATCH = SKILL_OVERWATCH_TRAINED,
SKILL_ENDURANCE = SKILL_ENDURANCE_TRAINED,
Expand Down

0 comments on commit fa44b42

Please sign in to comment.