diff --git a/code/modules/clothing/head/misc.dm b/code/modules/clothing/head/misc.dm index b4fc0e07821..e619f95f456 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 d00f93063cf..8f9a4a9f0fb 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 ..()