From: imatsoup <93290208+imatsoup@users.noreply.github.com> Date: Tue, 1 Jul 2025 18:49:15 +0000 (+0000) Subject: Monochromacy typo fix (#38686) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=9a87d3fce25a860bddacd2f2bfec2674c999d716;p=space-station-14.git Monochromacy typo fix (#38686) * fixes the typo * Fixed cloning looking for the trait, not the component, RE https://github.com/space-wizards/space-station-14/pull/38686#issuecomment-3025093504 * Apply suggestions from code review --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- diff --git a/Resources/Locale/en-US/traits/traits.ftl b/Resources/Locale/en-US/traits/traits.ftl index 44bfd9d923..d7ab6ca76a 100644 --- a/Resources/Locale/en-US/traits/traits.ftl +++ b/Resources/Locale/en-US/traits/traits.ftl @@ -15,8 +15,8 @@ permanent-blindness-trait-examined = [color=lightblue]{CAPITALIZE(POSS-ADJ($targ trait-lightweight-name = Lightweight drunk trait-lightweight-desc = Alcohol has a stronger effect on you. -trait-monochromancy-name = Monochromancy -trait-monochromancy-desc = You are fully colorblind, everything you perceive ranges from blacks to whites. +trait-monochromacy-name = Monochromacy +trait-monochromacy-desc = You are fully colorblind, everything you perceive ranges from blacks to whites. trait-muted-name = Muted trait-muted-desc = You can't speak. diff --git a/Resources/Prototypes/Entities/Mobs/Player/clone.yml b/Resources/Prototypes/Entities/Mobs/Player/clone.yml index 80db45bf00..9ca2bfaf6d 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/clone.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/clone.yml @@ -16,8 +16,8 @@ - NpcFactionMember # traits # - LegsParalyzed (you get healed) + - BlackAndWhiteOverlay - LightweightDrunk - - Monochromacy - Muted - Narcolepsy - Pacified diff --git a/Resources/Prototypes/Traits/disabilities.yml b/Resources/Prototypes/Traits/disabilities.yml index b435379dbf..a5c1f54d6b 100644 --- a/Resources/Prototypes/Traits/disabilities.yml +++ b/Resources/Prototypes/Traits/disabilities.yml @@ -45,9 +45,9 @@ cloneable: true - type: trait - id: Monochromancy - name: trait-monochromancy-name - description: trait-monochromancy-desc + id: Monochromacy + name: trait-monochromacy-name + description: trait-monochromacy-desc category: Disabilities components: - type: BlackAndWhiteOverlay