From 3055addda2895cccae33a1452c2939965e37c3b0 Mon Sep 17 00:00:00 2001 From: Alberyk Date: Thu, 26 Aug 2021 21:15:17 -0300 Subject: [PATCH] icon fix again --- code/game/objects/structures/window.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/window.dm b/code/game/objects/structures/window.dm index df5c77036aa..8d14a09db29 100644 --- a/code/game/objects/structures/window.dm +++ b/code/game/objects/structures/window.dm @@ -496,7 +496,7 @@ /obj/structure/window/shuttle/scc_space_ship name = "window" desc = "It looks extremely strong. Might take many good hits to crack it." - icon = 'icons/obj/smooth/placeholder_window.dmi' + icon = 'icons/obj/smooth/scc_space_ship.dmi' icon_state = "scc_space_ship" health = 500 maxhealth = 500