[MIRROR] Blast doors protect covered airlocks (#9248)

Co-authored-by: Nadyr <41974248+Darlantanis@users.noreply.github.com>
Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
CHOMPStation2
2024-10-17 11:05:28 +02:00
committed by GitHub
co-authored by Nadyr CHOMPStation2
parent 03d0b92263
commit e2819e7bed
+4
View File
@@ -18,6 +18,10 @@
heat_proof = 1
/obj/machinery/door/fire_act(datum/gas_mixture/air, exposed_temperature, exposed_volume)
for(var/obj/machinery/door/blast/B in loc.contents)
if(B.density)
return
var/maxtemperature = 1800 //same as a normal steel wall
var/destroytime = 20 //effectively gives an airlock 200HP between breaking and completely disintegrating
if(heat_proof)