Skip to content

Commit

Permalink
small bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bergbauer22 committed Aug 16, 2023
1 parent ddfb2a9 commit 8820886
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Bosses/Bador.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public override void TimerTick(Bloon boss)
float angle = BossPack.rng.Next(0, 360) * Math.PI / 180;
towers[BossPack.rng.Next(0, towers.Count)].MoveTower(new Il2CppAssets.Scripts.Simulation.SMath.Vector2(Math.Cos(angle) * amount, Math.Sin(angle) * amount));
}
ModHelper.Msg<BergsExtraBossPackMOD>(tier);

if (tier == 1)
{
InGame.instance.SpawnBloons("Moab", 1, 10);
Expand Down
Binary file modified Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Images/Icon.png
Binary file not shown.
2 changes: 1 addition & 1 deletion ModHelperData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ namespace BergsExtraBossPack;
public static class ModHelperData
{
public const string WorksOnVersion = "38.1";
public const string Version = "0.1.0";
public const string Version = "0.1.1";
public const string Name = "BergsExtraBossPack";

public const string Description = "Adds new bosses to the Game[Requires BossIntegration]";
Expand Down

0 comments on commit 8820886

Please sign in to comment.