diff --git a/Resources/Locale/en-US/_CD/traits/traits.ftl b/Resources/Locale/en-US/_CD/traits/traits.ftl index dfd0238f160..9b471bec838 100644 --- a/Resources/Locale/en-US/_CD/traits/traits.ftl +++ b/Resources/Locale/en-US/_CD/traits/traits.ftl @@ -12,3 +12,5 @@ cd-trait-very-lightweight-desc = Alcohol has a much stronger effect on you. cd-trait-heavyweight-name = Heavyweight drunk cd-trait-heavyweight-desc = Alcohol has a weaker effect on you. +trait-russian-name = Russian accent +trait-russian-desc = You seem to have come from a region of space that speaks Russian, da? diff --git a/Resources/Prototypes/_CD/Traits/speech.yml b/Resources/Prototypes/_CD/Traits/speech.yml index 09b9a00823c..3b49386fae1 100644 --- a/Resources/Prototypes/_CD/Traits/speech.yml +++ b/Resources/Prototypes/_CD/Traits/speech.yml @@ -8,3 +8,13 @@ cost: 1 components: - type: MobsterAccent + +- type: trait + id: RussianAccent + name: trait-russian-name + description: trait-russian-desc + category: SpeechTraits + cost: 1 + components: + - type: RussianAccent + \ No newline at end of file