From 8dea214a446a53bed01a4224d323dfe58739158d Mon Sep 17 00:00:00 2001 From: Exavere Date: Fri, 1 Oct 2021 16:34:10 -0500 Subject: [PATCH] Fixes Electrochromatic Windows --- code/game/objects/structures/window.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/game/objects/structures/window.dm b/code/game/objects/structures/window.dm index 36ba6b944d6..3da55a8f17e 100644 --- a/code/game/objects/structures/window.dm +++ b/code/game/objects/structures/window.dm @@ -508,6 +508,7 @@ /obj/structure/window/reinforced/polarized name = "electrochromic window" desc = "Adjusts its tint with voltage. Might take a few good hits to shatter it." + glass_amount = 2 var/id /obj/machinery/button/windowtint @@ -674,8 +675,9 @@ /obj/structure/window/full/reinforced/polarized name = "electrochromic window" desc = "Adjusts its tint with voltage. Might take a few good hits to shatter it." + glass_amount = 4 var/id - + /obj/structure/window/full/reinforced/tinted name = "tinted window" desc = "It looks rather strong and opaque. Might take a few good hits to shatter it."