mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 20:57:23 +01:00
[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:
co-authored by
Nadyr
CHOMPStation2
parent
03d0b92263
commit
e2819e7bed
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user