From 33ae5db9815c6b7d2b4aae2d1664397f09add1eb Mon Sep 17 00:00:00 2001 From: BIGZi0348 Date: Mon, 6 Jan 2025 20:33:39 +0300 Subject: [PATCH] =?UTF-8?q?=D1=81=D0=BC=D0=B5=D1=88=D0=BD=D0=BE=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Resources/Prototypes/_Honk/Traits/neutral.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/_Honk/Traits/neutral.yml b/Resources/Prototypes/_Honk/Traits/neutral.yml index ac9135e51a..2cb993a645 100644 --- a/Resources/Prototypes/_Honk/Traits/neutral.yml +++ b/Resources/Prototypes/_Honk/Traits/neutral.yml @@ -1,7 +1,10 @@ - type: trait id: Caucasian name: Кавказский акцент - description: Эу брат, пачэму ты нэ вибрал чэрту + description: Эу брат, пачэму ты нэ вибрал чэрту? + blacklist: + components: + - BorgChassis components: - type: CaucasianAccent @@ -9,6 +12,9 @@ id: Jewish name: Еврейский акцент description: Ой вей, вы тоже хотите деняг? + blacklist: + components: + - BorgChassis components: - type: JewishAccent @@ -16,5 +22,8 @@ id: German name: Немецкий акцент description: Йа йа, зер гут! + blacklist: + components: + - BorgChassis components: - type: GermanAccent