From aa7b4bb7cdf061a535a422f843ddc2d59e383a29 Mon Sep 17 00:00:00 2001 From: NovaBot <154629622+NovaBot13@users.noreply.github.com> Date: Thu, 29 Feb 2024 19:00:54 -0500 Subject: [PATCH] [MIRROR] Fitness Title Change (#1217) * Fitness Title Change (#81650) ## About The Pull Request Changes the "Fitness" skill title to "Powerlifter" ## Why It's Good For The Game Fixes: #81531 ## Changelog :cl: spellcheck: changed the fitness skill title to powerlifter /:cl: * Fitness Title Change --------- Co-authored-by: Cheshify <73589390+Cheshify@users.noreply.github.com> --- code/datums/skills/fitness.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/skills/fitness.dm b/code/datums/skills/fitness.dm index b000b7c5897..49ae2a6d14c 100644 --- a/code/datums/skills/fitness.dm +++ b/code/datums/skills/fitness.dm @@ -1,6 +1,6 @@ /datum/skill/fitness name = "Fitness" - title = "Fitness" + title = "Powerlifter" desc = "Twinkle twinkle little star, hit the gym and lift the bar." /// The skill value modifier effects the max duration that is possible for /datum/status_effect/exercised modifiers = list(SKILL_VALUE_MODIFIER = list(1 MINUTES, 1.5 MINUTES, 2 MINUTES, 2.5 MINUTES, 3 MINUTES, 3.5 MINUTES, 5 MINUTES))