1
0
Fork 0

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.
This commit is contained in:
ivan tkachenko 2026-01-22 20:31:42 +02:00
parent b0d5922c3c
commit 02903ba537
1 changed files with 3 additions and 2 deletions

View File

@ -115,9 +115,10 @@ namespace MuzikaGromche
]), ]),
new("GarageTile", [ new("GarageTile", [
new("HangingLEDBarLight (3)", LEDHangingLight), 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 // 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("PoolTile", [
new("PoolLights/HangingLEDBarLight", LEDHangingLight), new("PoolLights/HangingLEDBarLight", LEDHangingLight),