From 595114006c6c045b21f808722e6e590a02d28824 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Fri, 19 Jun 2026 19:17:16 +0900 Subject: [PATCH] . --- PHI-CL/data/b/mbe.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHI-CL/data/b/mbe.lua b/PHI-CL/data/b/mbe.lua index 9588f7c..16aa8db 100644 --- a/PHI-CL/data/b/mbe.lua +++ b/PHI-CL/data/b/mbe.lua @@ -12,7 +12,7 @@ local mod_tint = { -- MBE C 1 BASE FLUID if data.raw['fluid'] and data.raw['fluid']['steam'] then - data.raw['fluid']['steam'].max_temperature = ((settings.startup['PHI-MB-ENERGY'].value > 1) and 5000) or data.raw['fluid']['steam'].max_temperature + data.raw['fluid']['steam'].max_temperature = math.max(((settings.startup['PHI-MB-ENERGY'].value > 1) and 5000) or 500, data.raw['fluid']['steam'].max_temperature) end -- MBE A 7 BASE RESEARCH