This commit is contained in:
2025-05-21 23:29:05 +09:00
parent 268e24c294
commit 5cae10b3cc

View File

@@ -87,7 +87,7 @@ function main.EEE(source, tier)
end end
if source.tech == 'compound-energy' then if source.tech == 'compound-energy' then
if mods['space-age'] then if mods['space-age'] and (not settings.startup['PHI-VP'].value) then
item.surface_conditions = {{property = 'gravity', min = 0.01}} item.surface_conditions = {{property = 'gravity', min = 0.01}}
end end