This commit is contained in:
2026-07-03 15:23:39 +09:00
parent dd30fcd331
commit a6f2ef118e
6 changed files with 7 additions and 13 deletions
+1 -5
View File
@@ -1,5 +1,5 @@
if not settings.startup['PHI-SA'].value or settings.startup['PHI-GM'].value == '' then
if not settings.startup['PHI-SA'].value and settings.startup['PHI-GM'].value == '' then
return
end
@@ -114,10 +114,6 @@ if (settings.startup['PHI-SA'].value and (not settings.startup['PHI-SA-SPOIL'].v
end
end
if not settings.startup['PHI-SA'].value then
return
end
-- SA C 1 SPACE_AGE CONSTANT
data.raw['utility-constants'].default.rocket_lift_weight = settings.startup['PHI-SA-ROCKET-CAPACITY'].value * 1000000