diff --git a/code/_onclick/hud/screen_objects.dm b/code/_onclick/hud/screen_objects.dm index 0da04de7d3..372a25a034 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.dmi' + icon = 'config/title_screens/images/blank.png' icon_state = "" screen_loc = "1,1" layer = SPLASHSCREEN_LAYER diff --git a/code/game/turfs/closed.dm b/code/game/turfs/closed.dm index ac0add9746..a459ac5903 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.dmi' + icon = 'config/title_screens/images/blank.png' icon_state = "" layer = FLY_LAYER