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>
This commit is contained in:
imatsoup
2025-07-01 18:49:15 +00:00
committed by GitHub
parent bbf6f6b69c
commit 9a87d3fce2
3 changed files with 6 additions and 6 deletions

View File

@@ -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.

View File

@@ -16,8 +16,8 @@
- NpcFactionMember
# traits
# - LegsParalyzed (you get healed)
- BlackAndWhiteOverlay
- LightweightDrunk
- Monochromacy
- Muted
- Narcolepsy
- Pacified

View File

@@ -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