Skip to content

Commit

Permalink
[MIRROR] Fitness Title Change (#2208)
Browse files Browse the repository at this point in the history
* 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: NovaBot <[email protected]>
Co-authored-by: Cheshify <[email protected]>
  • Loading branch information
3 people authored Mar 1, 2024
1 parent f1ccc75 commit a9c976d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/skills/fitness.dm
Original file line number Diff line number Diff line change
@@ -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))
Expand Down

0 comments on commit a9c976d

Please sign in to comment.