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

@@ -418,6 +418,9 @@
var/mob/living/character = create_character(T) //creates the human and transfers vars and mind
character = job_master.EquipRank(character, rank, 1) //equips the human
UpdateFactionList(character)
if(character && character.client)
var/obj/screen/splash/Spl = new(character.client, TRUE)
Spl.Fade(TRUE)
var/datum/job/J = SSjob.get_job(rank)