From 3293a3e8c145ec1605b4177550af35ec36242a0d Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Sat, 14 Jun 2025 22:45:33 +0900 Subject: [PATCH] . --- PHI-CL/changelog.txt | 7 +++++++ PHI-CL/data.lua | 2 +- PHI-CL/info.json | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/PHI-CL/changelog.txt b/PHI-CL/changelog.txt index 1f82abf..eb04e49 100644 --- a/PHI-CL/changelog.txt +++ b/PHI-CL/changelog.txt @@ -1,3 +1,10 @@ +--------------------------------------------------------------------------------------------------- +Version: 3.0.116 +Date: 2025-06-22 + + Bugfixes: + - [SA] Fixed an issue where quality is hidden. + --------------------------------------------------------------------------------------------------- Version: 3.0.115 Date: 2025-06-15 diff --git a/PHI-CL/data.lua b/PHI-CL/data.lua index 8d2d41b..c7ee840 100644 --- a/PHI-CL/data.lua +++ b/PHI-CL/data.lua @@ -371,7 +371,7 @@ if settings.startup['PHI-SA'].value and settings.startup['PHI-SA-QUALITY'].value end end -if mods['space-age'] and ((settings.startup['PHI-SA'].value and (not settings.startup['PHI-SA-ENABLE-QUALITY'].value)) or (settings.startup['PHI-GM'].value and settings.startup['PHI-GM'].value ~= '-')) then +if mods['space-age'] and ((settings.startup['PHI-SA'].value and (not settings.startup['PHI-SA-ENABLE-QUALITY'].value)) or (settings.startup['PHI-GM'].value and settings.startup['PHI-GM'].value ~= '')) then for _, v in pairs({'quality-module', 'quality-module-2', 'quality-module-3'}) do if data.raw.technology[v] then data.raw.technology[v].hidden = true diff --git a/PHI-CL/info.json b/PHI-CL/info.json index 44f6e81..25c59e9 100644 --- a/PHI-CL/info.json +++ b/PHI-CL/info.json @@ -1,8 +1,8 @@ { "name": "PHI-CL", - "version": "3.0.115", + "version": "3.0.116", "factorio_version": "2.0", - "date": "2025-06-15", + "date": "2025-06-22", "title": "Phidias Collection", "author": "PHIDIAS0303", "contributers": "",