Skip to content

Commit

Permalink
costil: adds show_title_screen to new_player/Login(), as well as to…
Browse files Browse the repository at this point in the history
… new_player/Initialize() (#474)

## Что этот PR делает

Quickfix для отображения лобби скрина

## Почему это хорошо для игры

Quickfix для отображения лобби скрина

## Changelog

:cl:
fix: Quickfix для отображения лобби скрина
/:cl:
  • Loading branch information
Gaxeer committed Oct 17, 2023
1 parent 344367d commit 6cd0703
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modular_ss220/title_screen/code/new_player.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ GLOBAL_LIST_EMPTY(new_player_list)

/mob/new_player/Login()
. = ..()
show_title_screen()

0 comments on commit 6cd0703

Please sign in to comment.