Skip to content

Commit

Permalink
increases new player menu length
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Nov 15, 2023
1 parent 361ec75 commit fe1dd31
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 @@ -63,7 +63,7 @@
output += "</div>"
if (refresh)
close_browser(src, "playersetup")
show_browser(src, output, null, "playersetup", "size=240x[round_start ? 330 : 460];can_close=0;can_minimize=0")
show_browser(src, output, null, "playersetup", "size=240x[round_start ? 360 : 460];can_close=0;can_minimize=0")
return

/mob/new_player/Topic(href, href_list[])
Expand Down

0 comments on commit fe1dd31

Please sign in to comment.