diff --git a/PHI-CL/changelog.txt b/PHI-CL/changelog.txt index eb04e49..7eaa792 100644 --- a/PHI-CL/changelog.txt +++ b/PHI-CL/changelog.txt @@ -1,3 +1,10 @@ +--------------------------------------------------------------------------------------------------- +Version: 3.0.117 +Date: 2025-06-22 + + Bugfixes: + - [SA] Fixed an issue where logic failed after lamp prototype is changed by other. + --------------------------------------------------------------------------------------------------- Version: 3.0.116 Date: 2025-06-22 diff --git a/PHI-CL/data-final-fixes.lua b/PHI-CL/data-final-fixes.lua index 08eafd2..ab9066b 100644 --- a/PHI-CL/data-final-fixes.lua +++ b/PHI-CL/data-final-fixes.lua @@ -18,6 +18,9 @@ do for _, v in pairs(data.raw['lamp']) do if v.light then v.light.color = {1, 1, 1} + end + + if v.light_when_colored then v.light_when_colored.color = {1, 1, 1} end end diff --git a/PHI-CL/info.json b/PHI-CL/info.json index 25c59e9..a677870 100644 --- a/PHI-CL/info.json +++ b/PHI-CL/info.json @@ -1,6 +1,6 @@ { "name": "PHI-CL", - "version": "3.0.116", + "version": "3.0.117", "factorio_version": "2.0", "date": "2025-06-22", "title": "Phidias Collection",