From 6a91a02afc45278b2ec6e71349e8424b0ee63bca Mon Sep 17 00:00:00 2001 From: Aylong Date: Sat, 10 Aug 2024 20:55:14 +0300 Subject: [PATCH] Update SSticker.dm --- code/controllers/subsystem/SSticker.dm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/code/controllers/subsystem/SSticker.dm b/code/controllers/subsystem/SSticker.dm index e87b70fb7bb5..84af029edf64 100644 --- a/code/controllers/subsystem/SSticker.dm +++ b/code/controllers/subsystem/SSticker.dm @@ -348,8 +348,10 @@ SUBSYSTEM_DEF(ticker) for(var/mob/new_player/N in GLOB.mob_list) if(N.client) - // N.new_player_panel_proc() - SStitle.show_title_screen_to(N.client) // SS220 REPLACEMENT - TITLE SCREEN + // SS220 EDIT START - TITLE SCREEN REPLACEMENT + // N.new_player_panel_proc() // Old New Player panel + SStitle.show_title_screen_to(N.client) // New Title Screen + // SS220 EDIT END SSnightshift.check_nightshift(TRUE)