From fa44b424477774df7421f936a37f7986ba603960 Mon Sep 17 00:00:00 2001 From: MistChristmas Date: Fri, 13 Sep 2024 03:49:23 +0100 Subject: [PATCH] Bumps MW Fireman in line with rest of MPs (#7144) # About the pull request Changes Fireman from Trained to Skilled like the rest of the MPs and some Command Staff. # Explain why it's good for the game Presumably a previous oversight. # Testing Photographs and Procedure
Screenshots & Videos Put screenshots and videos here with an empty line between the screenshots and the `
` tags.
# Changelog :cl: balance: Buffs MW Fireman skill in line with the rest of MPs /: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 01866b82a9d1..9df0ec3bb321 100644 --- a/code/datums/skills/uscm.dm +++ b/code/datums/skills/uscm.dm @@ -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,