This commit is contained in:
2025-06-21 00:33:56 +09:00
parent 19e51a4629
commit 2b79d5ecd2
4 changed files with 4 additions and 4 deletions

View File

@@ -707,7 +707,7 @@ if mods['space-age'] and settings.startup['PHI-SA'].value and settings.startup['
if v.category and v.category == 'quality' then
v.effect.quality = v.effect.quality * settings.startup['PHI-SA-QUALITY'].value / 10
elseif v.category and v.category == 'speed' then
elseif v.category and v.category == 'speed' and settings.startup['PHI-SA-QUALITY'].value ~= 10 then
v.effect.quality = nil
end
end