Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Jan 24, 2024
1 parent 1bf868c commit 4c2f7ff
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 4c2f7ff

Please sign in to comment.