Runtime fix

This commit is contained in:
alex-gh
2014-01-16 17:14:57 +01:00
parent fd9c78dd85
commit f390a11d07
+3 -2
View File
@@ -30,8 +30,9 @@ turf/simulated/hotspot_expose(exposed_temperature, exposed_volume, soh)
var/obj/structure/reagent_dispensers/fueltank/FT = locate() in src
if(exposed_temperature >= AUTOIGNITION_WELDERFUEL)
FT.explode()
return 1
if (FT)
FT.explode()
return 1
var/igniting = 0
var/obj/effect/decal/cleanable/liquid_fuel/liquid = locate() in src