mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
Runtime fix
This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user