Skip to content

Commit

Permalink
Increases XO Police skill by 1 (#6781)
Browse files Browse the repository at this point in the history
# About the pull request

* Increases the police skill of the XO to SKILL_POLICE_SKILLED from
SKILL_POLICE_FLASH

# Explain why it's good for the game

The XO can choose a MP belt from their own vendor, but cant use most of
the items in it.
Either XO is able to use the MP belt from their own vendor, or the MP
belt gets removed.
But one of those things needs to change, having a noob trap in the XO
role aint cool.


# 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:TheManWithNoHands
balance: increases XO police skill by 1

/:cl:
  • Loading branch information
TheManWithNoHands committed Jul 29, 2024
1 parent 3e1a72a commit 5ea7f6b
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 @@ -288,7 +288,7 @@ COMMAND STAFF
SKILL_OVERWATCH = SKILL_OVERWATCH_TRAINED,
SKILL_MEDICAL = SKILL_MEDICAL_DOCTOR,
SKILL_SURGERY = SKILL_SURGERY_NOVICE,
SKILL_POLICE = SKILL_POLICE_FLASH,
SKILL_POLICE = SKILL_POLICE_SKILLED,
SKILL_VEHICLE = SKILL_VEHICLE_SMALL,
SKILL_FIREMAN = SKILL_FIREMAN_SKILLED,
SKILL_CQC = SKILL_CQC_SKILLED,
Expand Down

0 comments on commit 5ea7f6b

Please sign in to comment.