From 751d63908d33c44175d7cf7191ddd1c710a7f96a Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Sun, 15 Jun 2025 00:12:53 +0900 Subject: [PATCH] . --- PHI-CL/changelog.txt | 7 +++++++ PHI-CL/data-final-fixes.lua | 3 +++ PHI-CL/info.json | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) 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",