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:
@@ -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.
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
- NpcFactionMember
|
||||
# traits
|
||||
# - LegsParalyzed (you get healed)
|
||||
- BlackAndWhiteOverlay
|
||||
- LightweightDrunk
|
||||
- Monochromacy
|
||||
- Muted
|
||||
- Narcolepsy
|
||||
- Pacified
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user