Generators must stop supplying when fuel runs out but non-fuel items exist in the fuel slot

This commit is contained in:
ThatGraemeGuy 2014-09-16 21:03:35 +02:00
parent 0defb2e66d
commit a84de22d07

View File

@ -59,6 +59,7 @@ function technic.register_generator(data)
if not fuel or fuel.time == 0 then
meta:set_string("infotext", S("%s Out Of Fuel"):format(desc))
technic.swap_node(pos, "technic:"..ltier.."_generator")
meta:set_int(tier.."_EU_supply", 0)
return
end
meta:set_int("burn_time", fuel.time)