From 6247394e2d5c4f6111e290fd35307536ae87c5c0 Mon Sep 17 00:00:00 2001 From: NHC <155458128+TheManWithNoHands@users.noreply.github.com> Date: Mon, 29 Jul 2024 22:46:49 +0200 Subject: [PATCH] Increases XO Police skill by 1 (#6781) # 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
Screenshots & Videos Put screenshots and videos here with an empty line between the screenshots and the `
` tags.
# Changelog :cl:TheManWithNoHands balance: increases XO police skill by 1 /:cl: --- code/datums/skills/uscm.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/skills/uscm.dm b/code/datums/skills/uscm.dm index f694e8789dcd..3daaef4156b8 100644 --- a/code/datums/skills/uscm.dm +++ b/code/datums/skills/uscm.dm @@ -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,