Skip to content

Commit

Permalink
Update SSticker.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Aug 10, 2024
1 parent e80b3ec commit 6a91a02
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions code/controllers/subsystem/SSticker.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 6a91a02

Please sign in to comment.