Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
# About the pull request
Spellchecks cmss13-devs#7261

# Explain why it's good for the game
Spellcheck


# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
I don't want any credit for this
  • Loading branch information
ihatethisengine authored Oct 8, 2024
1 parent eb11a22 commit b6d557f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/new_player/new_player.dm
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
if(SSticker.mode.check_xeno_late_join(src))
var/mob/new_xeno = SSticker.mode.attempt_to_join_as_xeno(src, FALSE)
if(!new_xeno)
if(tgui_alert(src, "Do you sure you wish to observe to be a xeno candidate? When you observe, you will not be able to join as marine. It might also take some time to become a xeno or responder!", "Player Setup", list("Yes", "No")) == "Yes")
if(tgui_alert(src, "Are you sure you wish to observe to be a xeno candidate? When you observe, you will not be able to join as marine. It might also take some time to become a xeno or responder!", "Player Setup", list("Yes", "No")) == "Yes")
if(!client)
return TRUE
if(client.prefs && !(client.prefs.be_special & BE_ALIEN_AFTER_DEATH))
Expand Down

0 comments on commit b6d557f

Please sign in to comment.