mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 06:57:42 +01:00
Fix (win)door superconductivity. (#26322)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user