Full-sized plasma windows are now fire-resistant; full-sized reinforced plasma windows are now fireproof

This commit is contained in:
Citinited
2017-10-15 23:02:58 +01:00
parent c3a31fe015
commit 6d5560afbd
@@ -46,6 +46,10 @@
glasstype = /obj/item/stack/sheet/plasmaglass
health = 120
/obj/structure/window/full/plasmabasic/temperature_expose(datum/gas_mixture/air, exposed_temperature, exposed_volume)
if(exposed_temperature > T0C + 32000)
hit(round(exposed_volume / 1000), 0)
..()
/obj/structure/window/full/plasmareinforced
name = "reinforced plasma window"
@@ -57,6 +61,8 @@
reinf = 1
health = 160
/obj/structure/window/full/plasmareinforced/temperature_expose(datum/gas_mixture/air, exposed_temperature, exposed_volume)
return
/obj/structure/window/full/reinforced
name = "reinforced window"