Skip to content

Commit

Permalink
bugfix: No Comma In Cross Emote (#4015)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottfrei authored and Dimach committed Dec 8, 2023
1 parent a5d2dc4 commit 55d6a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/carbon_emote.dm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/datum/emote/living/carbon/cross
key = "cross"
key_third_person = "crosses"
message = "скрещива%(ет,,ют)% руки."
message = "скрещива%(ет,ют)% руки."
hands_use_check = TRUE


Expand Down

0 comments on commit 55d6a17

Please sign in to comment.