From f02529555cd1126ac5909d9c5ce47d482837d615 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Fri, 2 Feb 2018 01:22:56 -0600 Subject: [PATCH] [MIRROR] Fix roundend splash screens (#5242) * Fix roundend splash screens * Update screen_objects.dm --- code/_onclick/hud/screen_objects.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/_onclick/hud/screen_objects.dm b/code/_onclick/hud/screen_objects.dm index 1bfb801730..10744f401d 100644 --- a/code/_onclick/hud/screen_objects.dm +++ b/code/_onclick/hud/screen_objects.dm @@ -546,7 +546,9 @@ plane = SPLASHSCREEN_PLANE var/client/holder -/obj/screen/splash/New(client/C, visible, use_previous_title) //TODO: Make this use INITIALIZE_IMMEDIATE +/obj/screen/splash/New(client/C, visible, use_previous_title) //TODO: Make this use INITIALIZE_IMMEDIATE, except its not easy + . = ..() + holder = C if(!visible)