diff --git a/PHI-MI/main.lua b/PHI-MI/main.lua index 827a453..048f16a 100644 --- a/PHI-MI/main.lua +++ b/PHI-MI/main.lua @@ -22,9 +22,9 @@ data.raw['module']['effectivity-module'].effect = {consumption = {bonus = -0.5}, data.raw['module']['effectivity-module-2'].effect = {consumption = {bonus = -1.0}, pollution = {bonus = -0.15}} data.raw['module']['effectivity-module-3'].effect = {consumption = {bonus = -1.5}, pollution = {bonus = -0.2}} -data.raw['pipe']['pipe'].fluid_box.height = 4 +-- data.raw['pipe']['pipe'].fluid_box.height = 4 data.raw['pipe']['pipe'].fluid_box.base_area = 4 -data.raw['pipe-to-ground']['pipe-to-ground'].fluid_box.height = 4 +-- data.raw['pipe-to-ground']['pipe-to-ground'].fluid_box.height = 4 data.raw['pipe-to-ground']['pipe-to-ground'].fluid_box.base_area = 4 data.raw['pump']['pump'].fluid_box.height = 16 data.raw['pump']['pump'].pumping_speed = 800