This commit is contained in:
2026-06-23 19:34:08 +09:00
parent 9f652d5bcc
commit 87ce657c09
+1 -1
View File
@@ -12,7 +12,7 @@ local mod_tint = {
-- MBE C 1 BASE FLUID -- MBE C 1 BASE FLUID
if data.raw['fluid'] and data.raw['fluid']['steam'] then if data.raw['fluid'] and data.raw['fluid']['steam'] then
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) data.raw['fluid']['steam'].max_temperature = math.max(((settings.startup['PHI-MB-ENERGY'].value > 1) and 2000) or 500, data.raw['fluid']['steam'].max_temperature)
end end
-- MBE A 7 BASE RESEARCH -- MBE A 7 BASE RESEARCH