Skip to content

Commit

Permalink
SL font size quickfix
Browse files Browse the repository at this point in the history
  • Loading branch information
savethetreez committed Jan 27, 2024
1 parent b1a1617 commit 83e4441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/mob/new_player/new_player.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1478,7 +1478,7 @@ var/global/redirect_all_players = null
extra_span = "<b><font size=3>"
end_extra_span = "</font></b><br>"
else if (job.is_squad_leader)
extra_span = "<br><b><font size=1.5>"
extra_span = "<br><b><font size=2>"
end_extra_span = "</font></b><br>"

if (!job.en_meaning)
Expand Down

0 comments on commit 83e4441

Please sign in to comment.