Wrenched opwn welding tanks now explode when exposed to fire.

#11537
This commit is contained in:
Spamcat
2015-12-16 17:59:05 +03:00
parent 5b6bbd8e6b
commit a515f0469a

View File

@@ -171,7 +171,9 @@
qdel(src) qdel(src)
/obj/structure/reagent_dispensers/fueltank/fire_act(datum/gas_mixture/air, temperature, volume) /obj/structure/reagent_dispensers/fueltank/fire_act(datum/gas_mixture/air, temperature, volume)
if(temperature > T0C+500) if (modded)
explode()
else if (temperature > T0C+500)
explode() explode()
return ..() return ..()