mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-29 03:21:42 +00:00
Merge pull request #7570 from ShadowLarkens/fading_titlescreen
Fading titlescreen from /tg/
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user