mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-06-27 05:46:22 +09:00
.
This commit is contained in:
@@ -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 = ((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
|
end
|
||||||
|
|
||||||
-- MBE A 7 BASE RESEARCH
|
-- MBE A 7 BASE RESEARCH
|
||||||
|
|||||||
Reference in New Issue
Block a user