Skip to content

Commit

Permalink
Update emotes.dm (#36803)
Browse files Browse the repository at this point in the history
  • Loading branch information
boy2mantwicethefam authored Jul 23, 2024
1 parent 6a4dda5 commit e569977
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/datums/emotes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@
message = replacetext(message, "they", "she")
if(findtext(message, "%s"))
message = replacetext(message, "%s", "s")
else //Plural or neuter
if(findtext(message, "%s"))
message = replacetext(message, "%s", "")
return message

/datum/emote/proc/select_message_type(mob/user)
Expand Down

0 comments on commit e569977

Please sign in to comment.