From 5fe37a97f245769dad5a7c2ea48e4fa51ad625d6 Mon Sep 17 00:00:00 2001 From: Dimach Date: Fri, 1 Dec 2023 10:45:02 +0200 Subject: [PATCH] bugfix: remove bad words (#3968) --- code/modules/martial_arts/throwing_knives.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/martial_arts/throwing_knives.dm b/code/modules/martial_arts/throwing_knives.dm index 5a2d65cf997..8d44409c4ba 100644 --- a/code/modules/martial_arts/throwing_knives.dm +++ b/code/modules/martial_arts/throwing_knives.dm @@ -40,7 +40,7 @@ attacker.drop_r_hand() var/sound = pick('sound/weapons/knife_holster/throat_slice.ogg','sound/weapons/knife_holster/throat_slice2.ogg') playsound(defender.loc, sound, 25, 1) - attacker.visible_message(span_danger("[attacker] перерезает глотку [defender]! Ахуй."), span_danger("Вы перерезаете глотку [defender]! Ахуй.")) + attacker.visible_message(span_danger("[attacker] перерезает глотку [defender]!"), span_danger("Вы перерезаете глотку [defender]!")) /datum/martial_art/throwing/explaination_footer(user) to_chat(user, "[span_notice("Работает с ножами")]: Боевой, шахтёрский, костяной, метательный")