From 9332353714ddb254026f46b8e5cd123b8479b625 Mon Sep 17 00:00:00 2001 From: LetterJay Date: Mon, 19 Jun 2017 17:31:00 -0500 Subject: [PATCH] update --- code/_onclick/hud/screen_objects.dm | 2 +- code/game/turfs/closed.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/_onclick/hud/screen_objects.dm b/code/_onclick/hud/screen_objects.dm index 372a25a034..0da04de7d3 100644 --- a/code/_onclick/hud/screen_objects.dm +++ b/code/_onclick/hud/screen_objects.dm @@ -542,7 +542,7 @@ screen_loc = ui_healthdoll /obj/screen/splash - icon = 'config/title_screens/images/blank.png' + icon = 'config/title_screens/images/blank.dmi' icon_state = "" screen_loc = "1,1" layer = SPLASHSCREEN_LAYER diff --git a/code/game/turfs/closed.dm b/code/game/turfs/closed.dm index a459ac5903..ac0add9746 100644 --- a/code/game/turfs/closed.dm +++ b/code/game/turfs/closed.dm @@ -29,7 +29,7 @@ /turf/closed/indestructible/splashscreen name = "Space Station 13" - icon = 'config/title_screens/images/blank.png' + icon = 'config/title_screens/images/blank.dmi' icon_state = "" layer = FLY_LAYER