Fading titlescreen from /tg/

This commit is contained in:
ShadowLarkens
2020-08-25 16:50:23 -07:00
parent a69e94f948
commit 264793b36a
3 changed files with 46 additions and 0 deletions

View File

@@ -416,6 +416,9 @@ var/global/datum/controller/subsystem/ticker/ticker
// Created their playable character, delete their /mob/new_player
if(new_char)
qdel(player)
if(new_char.client)
var/obj/screen/splash/S = new(new_char.client, TRUE)
S.Fade(TRUE)
// If they're a carbon, they can get manifested
if(J?.mob_type & JOB_CARBON)