From: Ubaser <134914314+UbaserB@users.noreply.github.com> Date: Thu, 18 Jan 2024 15:50:00 +0000 (+1100) Subject: Add pacifism description and clean up traits a little (#24216) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=da7ed4b27bf596015e2d37bfea102771911ce9c5;p=space-station-14.git Add pacifism description and clean up traits a little (#24216) add --- diff --git a/Resources/Locale/en-US/traits/traits.ftl b/Resources/Locale/en-US/traits/traits.ftl index a875b8c991..3a8b1f3b59 100644 --- a/Resources/Locale/en-US/traits/traits.ftl +++ b/Resources/Locale/en-US/traits/traits.ftl @@ -2,9 +2,10 @@ trait-blindness-name = Blindness trait-blindness-desc = You are legally blind, and can't see clearly past a few meters in front of you. trait-narcolepsy-name = Narcolepsy -trait-narcolepsy-decs = You fall asleep randomly +trait-narcolepsy-desc = You fall asleep randomly trait-pacifist-name = Pacifist +trait-pacifist-desc = You cannot attack or hurt any living beings. permanent-blindness-trait-examined = [color=lightblue]{CAPITALIZE(POSS-ADJ($target))} eyes are glassy and unfocused. It doesn't seem like {SUBJECT($target)} can see you well, if at all.[/color] @@ -17,9 +18,6 @@ trait-muted-desc = You can't speak trait-paracusia-name = Paracusia trait-paracusia-desc = You hear sounds that aren't really there -trait-uncloneable-name = Uncloneable -trait-uncloneable-desc = Cannot be cloned - trait-pirate-accent-name = Pirate Accent trait-pirate-accent-desc = You can't stop speaking like a pirate! diff --git a/Resources/Prototypes/Traits/disabilities.yml b/Resources/Prototypes/Traits/disabilities.yml index 2e3bf91171..73476e101d 100644 --- a/Resources/Prototypes/Traits/disabilities.yml +++ b/Resources/Prototypes/Traits/disabilities.yml @@ -12,7 +12,7 @@ - type: trait id: Narcolepsy name: trait-narcolepsy-name - description: trait-narcolepsy-decs + description: trait-narcolepsy-desc components: - type: Narcolepsy timeBetweenIncidents: 300, 600 @@ -21,6 +21,7 @@ - type: trait id: Pacifist name: trait-pacifist-name + description: trait-pacifist-desc components: - type: Pacified