From e1321535be84a5b3864c7997f446e5f488c7dad5 Mon Sep 17 00:00:00 2001
From: AndroBetel <44546836+AndroBetel@users.noreply.github.com>
Date: Wed, 11 Sep 2024 15:23:36 +0300
Subject: [PATCH] 3
---
code/modules/clothing/head/misc.dm | 2 +-
code/modules/clothing/head/wiz_tophat.dm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/code/modules/clothing/head/misc.dm b/code/modules/clothing/head/misc.dm
index b4fc0e078216..e619f95f4562 100644
--- a/code/modules/clothing/head/misc.dm
+++ b/code/modules/clothing/head/misc.dm
@@ -311,7 +311,7 @@
/obj/item/clothing/head/fedora/proc/fedoraproc(mob/user)
if(!usr.incapacitated())
- user.visible_message("[user] приподнимает свою [CASES(src, ACCUSATIVE_CASE)].")
+ user.visible_message("[user] приподнимает свою [CASE(src, ACCUSATIVE_CASE)].")
/obj/item/clothing/head/fedora/verb/fedoratip()
diff --git a/code/modules/clothing/head/wiz_tophat.dm b/code/modules/clothing/head/wiz_tophat.dm
index d00f93063cff..8f9a4a9f0fb9 100644
--- a/code/modules/clothing/head/wiz_tophat.dm
+++ b/code/modules/clothing/head/wiz_tophat.dm
@@ -483,7 +483,7 @@ var/global/list/tophats_list = list()
"Вы достаёте что-то непропорционально большое из [CASE(src, GENITIVE_CASE)].")
else
if(try_mousetrap(user))
- user.visible_message("[user] натыкается на мышеловку, засунув руку в [CASE(src, ACCUSATIVE_cASE)]!",
+ user.visible_message("[user] натыкается на мышеловку, засунув руку в [CASE(src, ACCUSATIVE_CASE)]!",
"Засунув руку в [CASE(src, ACCUSATIVE_CASE)], Вы натыкаетесь на мышеловку!")
else
..()