From 2e2569f1dbad85d291019a8c0b79f53c8eb745e9 Mon Sep 17 00:00:00 2001 From: Charlie Nolan Date: Mon, 29 Jul 2024 04:15:38 -0700 Subject: [PATCH] Fix (win)door superconductivity. (#26322) --- code/game/machinery/doors/door.dm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/code/game/machinery/doors/door.dm b/code/game/machinery/doors/door.dm index f338a799e4b3..a07d1427dfdc 100644 --- a/code/game/machinery/doors/door.dm +++ b/code/game/machinery/doors/door.dm @@ -458,12 +458,6 @@ if(!glass && GLOB.cameranet) GLOB.cameranet.updateVisibility(src, 0) -/obj/machinery/door/get_superconductivity(direction) - // Only heatproof airlocks block heat, currently only varedited doors have this - if(heat_proof && density) - return FALSE - return ..() - /obj/machinery/door/proc/check_unres() //unrestricted sides. This overlay indicates which directions the player can access even without an ID if(hasPower() && unres_sides) . = list()