Skip to content

Commit

Permalink
3
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroBetel committed Sep 11, 2024
1 parent 24ec2f3 commit e132153
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/clothing/head/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion code/modules/clothing/head/wiz_tophat.dm
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ var/global/list/tophats_list = list()
"<span class='notice'>Вы достаёте что-то непропорционально большое из [CASE(src, GENITIVE_CASE)].</span>")
else
if(try_mousetrap(user))
user.visible_message("<span class='warning'>[user] натыкается на мышеловку, засунув руку в [CASE(src, ACCUSATIVE_cASE)]!</span>",
user.visible_message("<span class='warning'>[user] натыкается на мышеловку, засунув руку в [CASE(src, ACCUSATIVE_CASE)]!</span>",
"<span class='warning'>Засунув руку в [CASE(src, ACCUSATIVE_CASE)], Вы натыкаетесь на мышеловку!</span>")
else
..()
Expand Down

0 comments on commit e132153

Please sign in to comment.