Skip to content

Commit

Permalink
Increase challenge level in VoidHighlordsChallenge.cs from 15 to 25
Browse files Browse the repository at this point in the history
  • Loading branch information
PUNK3DAF committed Feb 12, 2025
1 parent df0058d commit e0b872f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nation/VHL/VoidHighlordsChallenge.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public void ScriptMain(IScriptInterface bot)
Core.BankingBlackList.AddRange(Nation.bagDrops);
Core.SetOptions();

VHL.VHLChallenge(15);
VHL.VHLChallenge(25);

Core.SetOptions(false);
}
Expand Down

0 comments on commit e0b872f

Please sign in to comment.