This commit is contained in:
FreeStylaLT
2018-08-23 10:26:21 +03:00
parent f78bf99894
commit 3f960ce604
+1 -1
View File
@@ -47,7 +47,7 @@
new /obj/item/stack/sheet/metal(get_turf(src))
qdel(src)
/obj/structure/girder/temperature_expose(gas_mixture/air, exposed_temperature)
/obj/structure/girder/temperature_expose(datum/gas_mixture/air, exposed_temperature)
var/temp_check = exposed_temperature
if(temp_check >= GIRDER_MELTING_TEMP)
take_damage(10)