Merge pull request #7570 from ShadowLarkens/fading_titlescreen

Fading titlescreen from /tg/
This commit is contained in:
Atermonera
2020-08-27 17:39:09 -07:00
committed by GitHub
3 changed files with 46 additions and 0 deletions

View File

@@ -422,6 +422,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)