Make generators stop supplying EUs when there is a non-fuel item in the fuel slot

This commit is contained in:
ThatGraemeGuy 2014-09-16 21:03:35 +02:00 committed by ShadowNinja
parent 0defb2e66d
commit 6d90ebb94e
1 changed files with 1 additions and 0 deletions

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)