mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user