diff --git a/CHANGELOG.md b/CHANGELOG.md index 4693c7e..06ad738 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## MuzikaGromche 13.37.911 - Fixed certain event sometimes not working due to wrong method call. +- Added support for pre-v70 Mansion Main tile. ## MuzikaGromche 13.37.420 - Sri Lanka Bus Edition diff --git a/MuzikaGromche/DiscoBallManager.cs b/MuzikaGromche/DiscoBallManager.cs index a002a82..b5a7180 100644 --- a/MuzikaGromche/DiscoBallManager.cs +++ b/MuzikaGromche/DiscoBallManager.cs @@ -26,6 +26,7 @@ namespace MuzikaGromche foreach ((string prefabPath, string tileName) in new[] { ("Assets/LethalCompany/Mods/MuzikaGromche/DiscoBallContainerManor.prefab", "ManorStartRoomSmall"), + ("Assets/LethalCompany/Mods/MuzikaGromche/DiscoBallContainerManorOLD.prefab", "ManorStartRoom"), ("Assets/LethalCompany/Mods/MuzikaGromche/DiscoBallContainerFactory.prefab", "StartRoom"), ("Assets/LethalCompany/Mods/MuzikaGromche/DiscoBallContainerMineShaft.prefab", "MineshaftStartTile"), ("Assets/LethalCompany/Mods/MuzikaGromche/DiscoBallContainerLargeForkTileB.prefab", "LargeForkTileB"), diff --git a/MuzikaGromche/UnityAssets/muzikagromche b/MuzikaGromche/UnityAssets/muzikagromche index de42bb1..18cf910 100644 Binary files a/MuzikaGromche/UnityAssets/muzikagromche and b/MuzikaGromche/UnityAssets/muzikagromche differ