From 1c71bd91a5e8c4efc0e676f01b4cba754160ddd6 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Thu, 15 May 2025 19:17:14 +0900 Subject: [PATCH] . --- PHI-CL/data.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/PHI-CL/data.lua b/PHI-CL/data.lua index cf743aa..3784b30 100644 --- a/PHI-CL/data.lua +++ b/PHI-CL/data.lua @@ -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