mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-01-01 04:31:40 +09:00
.
This commit is contained in:
@@ -3,7 +3,7 @@ Version: 3.0.104
|
|||||||
Date: 2025-05-22
|
Date: 2025-05-22
|
||||||
|
|
||||||
Changes:
|
Changes:
|
||||||
- [SA] Support for default max quality setting is dropped.
|
- [SA] Support for default max quality setting is dropped, instead, having no quality in space age.
|
||||||
|
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 3.0.103
|
Version: 3.0.103
|
||||||
|
|||||||
@@ -380,7 +380,7 @@ if mods['space-age'] and ((settings.startup['PHI-SA'].value and settings.startup
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
if mods['space-age'] and settings.startup['PHI-VP'].value then
|
if mods['space-age'] and ((settings.startup['PHI-SA'].value and settings.startup['PHI-SA-ENABLE-QUALITY'].value) or settings.startup['PHI-VP'].value) then
|
||||||
for _, v in pairs({'quality-module', 'quality-module-2', 'quality-module-3'}) do
|
for _, v in pairs({'quality-module', 'quality-module-2', 'quality-module-3'}) do
|
||||||
data.raw.technology[v].hidden = true
|
data.raw.technology[v].hidden = true
|
||||||
data.raw.technology[v].hidden_in_factoriopedia = true
|
data.raw.technology[v].hidden_in_factoriopedia = true
|
||||||
|
|||||||
Reference in New Issue
Block a user