Skip to content

Commit

Permalink
Fix (win)door superconductivity. (ParadiseSS13#26322)
Browse files Browse the repository at this point in the history
  • Loading branch information
FunnyMan3595 committed Jul 29, 2024
1 parent c634c9a commit 2e2569f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions code/game/machinery/doors/door.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 2e2569f

Please sign in to comment.