This commit is contained in:
2026-06-19 19:17:16 +09:00
parent 85b8effc3d
commit 595114006c
+1 -1
View File
@@ -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