Skip to content

Commit

Permalink
[MIRROR] Fixes a minor plurality typo with latejoin AIs (#2625)
Browse files Browse the repository at this point in the history
* Fixes a minor plurality typo with latejoin AIs (#83386)

## About The Pull Request

Removes an S from the message `Due to a research mishaps, [station AI]
has been sent to be your replacement AI at [location]. Please treat them
with respect.`
## Why It's Good For The Game

Latejoin AIs don't have a goofy typo in them now. whoag.
## Changelog
:cl:
spellcheck: Fixes a typo with latejoin AIs
/:cl:

* Fixes a minor plurality typo with latejoin AIs

---------

Co-authored-by: Rhials <[email protected]>
Co-authored-by: NovaBot13 <[email protected]>
  • Loading branch information
3 people authored and StealsThePRs committed May 23, 2024
1 parent 2683682 commit 410e129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/jobs/job_types/station_trait/human_ai.dm
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
/datum/job/human_ai/announce_job(mob/living/joining_mob)
. = ..()
if(SSticker.HasRoundStarted())
minor_announce("Due to a research mishaps, [joining_mob] has been sent to be your replacement AI at [AREACOORD(joining_mob)]. Please treat them with respect.")
minor_announce("Due to a research mishap, [joining_mob] has been sent to be your replacement AI at [AREACOORD(joining_mob)]. Please treat them with respect.")

/datum/job/human_ai/get_radio_information()
return "<b>Prefix your message with :b to speak with cyborgs.</b>"
Expand Down

0 comments on commit 410e129

Please sign in to comment.