From 3caf0667a6de2d09daa397c554866d2050ef72a2 Mon Sep 17 00:00:00 2001 From: meow20 <62257265+meow20@users.noreply.github.com> Date: Fri, 15 Apr 2022 18:25:55 +0200 Subject: [PATCH] Fixes movable window tint buttons (#17619) * Update window.dm * Update window.dm * Update window.dm --- code/game/objects/structures/window.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/structures/window.dm b/code/game/objects/structures/window.dm index 53966b1725b..6967c968bac 100644 --- a/code/game/objects/structures/window.dm +++ b/code/game/objects/structures/window.dm @@ -515,6 +515,7 @@ name = "window tint control" icon = 'icons/obj/power.dmi' icon_state = "light0" + anchored = TRUE desc = "A remote control switch for polarized windows." var/range = 7 var/id = 0