From 0b836fdbb5799488d250eaafd3f775e8a4f6186a Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Thu, 6 Apr 2023 00:09:36 +0900 Subject: [PATCH] Update main.lua --- PHI-MI/main.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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