diff --git a/code/game/objects/structures/window.dm b/code/game/objects/structures/window.dm index f6f7daa8dee..df5c77036aa 100644 --- a/code/game/objects/structures/window.dm +++ b/code/game/objects/structures/window.dm @@ -497,16 +497,16 @@ name = "window" desc = "It looks extremely strong. Might take many good hits to crack it." icon = 'icons/obj/smooth/placeholder_window.dmi' - icon_state = "placeholder_window" + icon_state = "scc_space_ship" health = 500 maxhealth = 500 smooth = SMOOTH_MORE|SMOOTH_DIAGONAL canSmoothWith = list( - /obj/structure/window/shuttle/placeholder, + /obj/structure/window/shuttle/scc_space_ship, /turf/simulated/wall/shuttle/scc_space_ship ) -/obj/structure/window/shuttle/placeholder/cardinal +/obj/structure/window/shuttle/scc_space_ship/cardinal smooth = SMOOTH_MORE /obj/structure/window/shuttle/crescent diff --git a/icons/obj/smooth/placeholder_window.dmi b/icons/obj/smooth/scc_space_ship.dmi similarity index 89% rename from icons/obj/smooth/placeholder_window.dmi rename to icons/obj/smooth/scc_space_ship.dmi index 1df74eebb76..40ae7c2aee4 100644 Binary files a/icons/obj/smooth/placeholder_window.dmi and b/icons/obj/smooth/scc_space_ship.dmi differ