From 02903ba537f95ff3384f2025b2bf46183ccbbbf6 Mon Sep 17 00:00:00 2001 From: ivan tkachenko Date: Thu, 22 Jan 2026 20:31:42 +0200 Subject: [PATCH] Adapt to WaterGun-V70PoweredLights_Fix-1.1.0 Don't replace the rest of the patches, because animators and audio would be broken for reasons yet unknown. --- MuzikaGromche/PoweredLights.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/MuzikaGromche/PoweredLights.cs b/MuzikaGromche/PoweredLights.cs index 12e76ed..2665d0a 100644 --- a/MuzikaGromche/PoweredLights.cs +++ b/MuzikaGromche/PoweredLights.cs @@ -115,9 +115,10 @@ namespace MuzikaGromche ]), new("GarageTile", [ new("HangingLEDBarLight (3)", LEDHangingLight), - new("HangingLEDBarLight (4)", LEDHangingLight, + new("HangingLEDBarLight (4)", LEDHangingLight), // This HangingLEDBarLight's IndirectLight is wrongly named, so animator couldn't find it - ManualPatch: RenameGameObjectPatch("IndirectLight (1)", "IndirectLight")), + // renamed by WaterGun-V70PoweredLights_Fix-1.1.0 + // ManualPatch: RenameGameObjectPatch("IndirectLight (1)", "IndirectLight")), ]), new("PoolTile", [ new("PoolLights/HangingLEDBarLight", LEDHangingLight),