Merge branch 'master' into prepare_stuff_for_second_week

This commit is contained in:
alberyk
2022-01-29 11:45:45 -03:00
35 changed files with 208 additions and 67 deletions
@@ -14,6 +14,7 @@
using = new /obj/screen/new_player/title(src)
using.name = "Title"
using.hud = src
adding += using
using = new /obj/screen/new_player/selection/join_game(src)
@@ -83,6 +84,8 @@
. = ..()
/obj/screen/new_player/title/proc/Update()
if(!istype(hud) || !isnewplayer(hud.mymob))
return
lobby_index += 1
if (lobby_index > length(current_map.lobby_screens))
lobby_index = 1