From b1055566030f39053afcf460cdfa2282ab782623 Mon Sep 17 00:00:00 2001 From: keronshb Date: Tue, 2 Mar 2021 21:45:36 -0500 Subject: [PATCH] No Superconductivity with Reinforced Plasma Glass Removes heat going through RPlasma Glass --- code/game/objects/structures/window.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/game/objects/structures/window.dm b/code/game/objects/structures/window.dm index d0b21016d4..53bcd28fa1 100644 --- a/code/game/objects/structures/window.dm +++ b/code/game/objects/structures/window.dm @@ -584,6 +584,9 @@ GLOBAL_LIST_EMPTY(electrochromatic_window_lookup) /obj/structure/window/plasma/reinforced/unanchored anchored = FALSE +/obj/structure/window/plasma/reinforced/BlockSuperconductivity() + return TRUE + /obj/structure/window/reinforced/tinted name = "tinted window" icon_state = "twindow"