From f131ad714804e3fca6e51599be846438ff576c63 Mon Sep 17 00:00:00 2001 From: ivan tkachenko Date: Sat, 2 Aug 2025 20:12:29 +0300 Subject: [PATCH] Fix NarrowHallwayTile2x2 mineshaft lights flickering --- MuzikaGromche/PoweredLightsAnimators.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MuzikaGromche/PoweredLightsAnimators.cs b/MuzikaGromche/PoweredLightsAnimators.cs index 1e97209..c2badaf 100644 --- a/MuzikaGromche/PoweredLightsAnimators.cs +++ b/MuzikaGromche/PoweredLightsAnimators.cs @@ -79,6 +79,10 @@ namespace MuzikaGromche new("ManorStartRoomMesh/Chandelier/PoweredLightTypeB (1)", PointLight4), new("ManorStartRoomMesh/Chandelier2/PoweredLightTypeB", PointLight4), ]), + new("NarrowHallwayTile2x2", [ + new("MineshaftSpotlight (1)", MineshaftSpotlight), + new("MineshaftSpotlight (2)", MineshaftSpotlight), + ]), new("BirthdayRoomTile", [ new("Lights/MineshaftSpotlight", MineshaftSpotlight), ]),