This commit is contained in:
2025-05-15 19:17:14 +09:00
parent a80afb11d7
commit 1c71bd91a5

View File

@@ -424,6 +424,12 @@ if mods['space-age'] and ((settings.startup['PHI-SA'].value and settings.startup
v.rotation_speed = v.rotation_speed * q_s
end
for _, v in pairs(data.raw['asteroid']) do
if v.max_health then
v.max_health = v.max_health / q_s
end
end
for _, e in pairs({data.raw['unit-spawner'], data.raw['unit'], data.raw['turret']}) do
for _, v in pairs(e) do
if v.max_health then