diff --git a/code/game/objects/structures/window.dm b/code/game/objects/structures/window.dm index 206754a1442..dd2ef1e2288 100644 --- a/code/game/objects/structures/window.dm +++ b/code/game/objects/structures/window.dm @@ -485,6 +485,7 @@ force_threshold = 3 /obj/structure/window/basic/full + icon_state = "window-full" maxhealth = 24 fulltile = TRUE @@ -501,6 +502,7 @@ force_threshold = 5 /obj/structure/window/phoronbasic/full + icon_state = "phoronwindow-full" maxhealth = 80 fulltile = TRUE @@ -518,6 +520,7 @@ force_threshold = 10 /obj/structure/window/phoronreinforced/full + icon_state = "phoronrwindow-full" maxhealth = 160 fulltile = TRUE @@ -534,7 +537,7 @@ force_threshold = 6 /obj/structure/window/reinforced/full - icon_state = "fwindow" + icon_state = "rwindow-full" maxhealth = 80 fulltile = TRUE @@ -571,7 +574,7 @@ var/id /obj/structure/window/reinforced/polarized/full - icon_state = "fwindow" + icon_state = "rwindow-full" maxhealth = 80 fulltile = TRUE diff --git a/icons/obj/structures.dmi b/icons/obj/structures.dmi index bb968eec1bb..908c2981dd2 100644 Binary files a/icons/obj/structures.dmi and b/icons/obj/structures.dmi differ