Code: Select all
if entity.prototype.electric_energy_source_prototype then
if entity.energy == entity.prototype.electric_energy_source_prototype.buffer_capacity then...
Code: Select all
if entity.prototype.electric_energy_source_prototype then
if entity.energy == entity.prototype.electric_energy_source_prototype.buffer_capacity then...