Fix (win)door superconductivity. (#26322)

This commit is contained in:
Charlie Nolan
2024-07-29 11:15:38 +00:00
committed by GitHub
parent c634c9ae78
commit 2e2569f1db
-6
View File
@@ -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()