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 -1
View File
@@ -381,7 +381,7 @@ var/global/wcColored
/obj/structure/window/update_icon()
return
/obj/structure/window/fire_act(datum/gas_mixture/air, exposed_temperature, exposed_volume)
/obj/structure/window/temperature_expose(datum/gas_mixture/air, exposed_temperature, exposed_volume)
if(exposed_temperature > T0C + 800)
hit(round(exposed_volume / 100), 0)
..()