From 0eb02698eb45c0b5716db8acaca1c9785c9f45a9 Mon Sep 17 00:00:00 2001 From: ivan tkachenko Date: Fri, 1 Aug 2025 23:07:00 +0300 Subject: [PATCH] Fix KitchenTile lights flickering --- CHANGELOG.md | 1 + MuzikaGromche/PoweredLightsAnimators.cs | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 175827d..fe98193 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## MuzikaGromche 13.37.9001 +- Fixed more missing flickering behaviours for some animators controllers. ## MuzikaGromche 13.37.1337 - Photosensitivity Warning Edition diff --git a/MuzikaGromche/PoweredLightsAnimators.cs b/MuzikaGromche/PoweredLightsAnimators.cs index 397b685..c8093dd 100644 --- a/MuzikaGromche/PoweredLightsAnimators.cs +++ b/MuzikaGromche/PoweredLightsAnimators.cs @@ -59,9 +59,13 @@ namespace MuzikaGromche const string LightbulbsLine = $"{BasePath}lightbulbsLineMesh (Patched).controller"; const string CeilingFan = $"{BasePath}CeilingFan (originally GameObject) (Patched).controller"; - TilePatchDescriptor[] descriptors = [ + // any version + new("KitchenTile", [ + new("PoweredLightTypeB", PointLight4), + new("PoweredLightTypeB (1)", PointLight4), + ]), // < v70 new("ManorStartRoom", [ new("ManorStartRoom/Chandelier/PoweredLightTypeB (1)", PointLight4),