Skip to content

Commit

Permalink
Release v1.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmBatby committed Aug 19, 2024
1 parent a0a1464 commit 3d766ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LethalLevelLoader/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class Plugin : BaseUnityPlugin
{
public const string ModGUID = "imabatby.lethallevelloader";
public const string ModName = "LethalLevelLoader";
public const string ModVersion = "1.3.9";
public const string ModVersion = "1.3.10";

internal static Plugin Instance;

Expand Down
4 changes: 4 additions & 0 deletions LethalLevelLoader/Tools/AssetBundleLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,10 @@ internal static void CreateVanillaExtendedDungeonFlow(DungeonFlow dungeonFlow)
dungeonDisplayName = "Haunted Mansion";
firstTimeDungeonAudio = Patches.RoundManager.firstTimeDungeonAudios[1];
}
else if (dungeonFlow.name.Contains("Level3"))
{
dungeonDisplayName = "Mineshaft";
}

ExtendedDungeonFlow extendedDungeonFlow = ExtendedDungeonFlow.Create(dungeonFlow, firstTimeDungeonAudio);
extendedDungeonFlow.DungeonName = dungeonDisplayName;
Expand Down

0 comments on commit 3d766ca

Please sign in to comment.