diff --git a/Resources/Locale/en-US/traits/traits.ftl b/Resources/Locale/en-US/traits/traits.ftl index 7f4dcfe2ecab..f4e5736db5d8 100644 --- a/Resources/Locale/en-US/traits/traits.ftl +++ b/Resources/Locale/en-US/traits/traits.ftl @@ -59,3 +59,6 @@ trait-french-desc = Your accent seems to have a certain «je ne sais quoi». trait-spanish-name = Spanish accent trait-spanish-desc = Hola señor, donde esta la biblioteca. + +trait-painnumbness-name = Numb +trait-painnumbness-desc = You lack any sense of feeling pain, being unaware of how hurt you may be. diff --git a/Resources/Prototypes/Traits/disabilities.yml b/Resources/Prototypes/Traits/disabilities.yml index c562c2fec0e3..b7b3ba1ddc47 100644 --- a/Resources/Prototypes/Traits/disabilities.yml +++ b/Resources/Prototypes/Traits/disabilities.yml @@ -64,3 +64,11 @@ maxSoundDistance: 7 sounds: collection: Paracusia + +- type: trait + id: PainNumbness + name: trait-painnumbness-name + description: trait-painnumbness-desc + category: Disabilities + components: + - type: PainNumbness