From 2c3ace02ab80e45d4dafbd6f082c7a1cc5b4f912 Mon Sep 17 00:00:00 2001 From: dj-34 Date: Sun, 9 Jun 2024 04:04:50 +0500 Subject: [PATCH] Translate: Minor hallucinations --- code/modules/hallucinations/effects/minor.dm | 26 ++++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/code/modules/hallucinations/effects/minor.dm b/code/modules/hallucinations/effects/minor.dm index 0d55a6c95f03..55aa35da38c2 100644 --- a/code/modules/hallucinations/effects/minor.dm +++ b/code/modules/hallucinations/effects/minor.dm @@ -117,21 +117,21 @@ duration = 3 SECONDS /// List of messages that may be heard. var/list/messages = list( - "I'm watching you...", - "I'm going to kill you!", - "Get out!", - "Kchck-Chkck? Kchchck!", - "Did you hear that?", - "What did you do?", - "Why?", - "Give me that!", - "Honk!", - "Kill me!", - "HELP!!", - "RUN!!", + "Я слежу за тобой...", + "Я убью тебя!", + "Пошёл нахуй!", + "Чкчкчк? Чик-чик!", + "Ты слышал это?", + "Что ты наделал?", + "Почему?", + "Отдай!", + "Хонк!", + "Убейте меня!", + "ПОМОГИТЕ!!", + "БЕГИ!!", "EI NATH!!", "O bidai nabora se'sma!", - "I have the disk!", + "У меня диск!", ) /obj/effect/hallucination/speech/Initialize(mapload, mob/living/carbon/target)