Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: dj-34 <[email protected]>
  • Loading branch information
m-dzianishchyts and dj-34 authored Jan 28, 2024
1 parent b171ee0 commit 4e095ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/human_emote.dm
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
/datum/emote/living/carbon/human/sniff
key = "sniff"
key_third_person = "sniff"
message = "нюхает."
message = "шмыгает носом."
emote_type = EMOTE_AUDIBLE

/datum/emote/living/carbon/human/johnny
Expand Down
2 changes: 1 addition & 1 deletion code/modules/mob/living/living_emote.dm
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
/datum/emote/living/sniff
key = "sniff"
key_third_person = "sniffs"
message = "нюхает."
message = "шмыгает носом."
emote_type = EMOTE_AUDIBLE
unintentional_stat_allowed = UNCONSCIOUS

Expand Down

0 comments on commit 4e095ef

Please sign in to comment.