Skip to content

Commit

Permalink
Fix latejoin menu marine title (#5537)
Browse files Browse the repository at this point in the history
# About the pull request
I realised the marine role category title was never fixed from the rank
rework rebranding Squad Marine to Squad Rifleman.
This fixes it.
<!-- Remove this text and explain what the purpose of your PR is.

Mention if you have tested your changes. If you changed a map, make sure
you used the mapmerge tool.
If this is an Issue Correction, you can type "Fixes Issue #169420" to
link the PR to the corresponding Issue number #169420.

Remember: something that is self-evident to you might not be to others.
Explain your rationale fully, even if you feel it goes without saying.
-->

# Explain why it's good for the game
# 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
:cl:
spellcheck: The latejoin menu marine category title is now Marines
instead of Squad Riflemen, as this was an inaccuracy.
/:cl:
  • Loading branch information
realforest2001 authored Jan 25, 2024
1 parent 3fd724d commit 4522944
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 @@ -347,7 +347,7 @@
roles_show ^= FLAG_SHOW_MEDICAL

else if(roles_show & FLAG_SHOW_MARINES && GLOB.ROLES_MARINES.Find(J.title))
dat += "<hr>Squad Riflemen:<br>"
dat += "<hr>Marines:<br>"
roles_show ^= FLAG_SHOW_MARINES

dat += "<a href='byond://?src=\ref[src];lobby_choice=SelectedJob;job_selected=[J.title]'>[J.disp_title] ([J.current_positions]) (Active: [active])</a><br>"
Expand Down

0 comments on commit 4522944

Please sign in to comment.