Modify fire_act to temperature_expose where needed

This commit changes a bunch of objects fire_act's to temperature_expose,
to allow for superhot gas to act like an actual hotspot. This behaviour is
consistant with -tg-.
This commit is contained in:
Tigercat2000
2015-04-29 16:56:12 -07:00
parent 83a8731a56
commit dfc74ebde6
15 changed files with 25 additions and 14 deletions
+1
View File
@@ -7,3 +7,4 @@
else
biomass_infestation()
spacevines_spawned = 1
v
@@ -65,7 +65,7 @@ var/const/MAX_ACTIVE_TIME = 400
Die()
return
/obj/item/clothing/mask/facehugger/fire_act(datum/gas_mixture/air, exposed_temperature, exposed_volume)
/obj/item/clothing/mask/facehugger/temperature_expose(datum/gas_mixture/air, exposed_temperature, exposed_volume)
if(exposed_temperature > 300)
Die()
return
+1 -1
View File
@@ -579,7 +579,7 @@
// called when on fire
/obj/machinery/light/fire_act(datum/gas_mixture/air, exposed_temperature, exposed_volume)
/obj/machinery/light/temperature_expose(datum/gas_mixture/air, exposed_temperature, exposed_volume)
if(prob(max(0, exposed_temperature - 673))) //0% at <400C, 100% at >500C
broken()