mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
Merge branch 'master' into prepare_stuff_for_second_week
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user