This commit is contained in:
2024-11-15 23:49:28 +09:00
parent 8571169880
commit e1d2880439
2 changed files with 4 additions and 4 deletions

View File

@@ -576,7 +576,7 @@ if settings.startup['PHI-SA'].value then
end
end
if v.max_level and v.max_level == 'infinite' and (not string.find(v.name, 'productivity')) then
if v.max_level and v.max_level == 'infinite' and (not (string.find(v.name, 'productivity') or v.name == 'health')) then
table.insert(v.unit.ingredients, {'space-science-pack', 1})
end
end