Skip to content

Commit

Permalink
Fix for v47
Browse files Browse the repository at this point in the history
  • Loading branch information
doombubbles committed Feb 4, 2025
1 parent 1187109 commit a24353e
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CardMonkey.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ public class CardMonkey : ModTower

public override ModSettingHotkey Hotkey => CardMonkeyMod.CardMonkeyHotkey;

public override bool IncludeInRogueLegends => true;

public override void ModifyBaseTowerModel(TowerModel towerModel)
{
towerModel.range += 10;
Expand Down
Binary file modified Displays/Tier5/TFDisplay.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 Displays/Tier5/TFDisplay_45.png
Binary file not shown.
Binary file added Displays/Tier5/TFDisplay_46.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion LATEST.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Fixed for BTD6 v46
- Fixed for BTD6 v47
4 changes: 2 additions & 2 deletions ModHelperData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

public static class ModHelperData
{
public const string WorksOnVersion = "46.0";
public const string Version = "1.2.13";
public const string WorksOnVersion = "47.0";
public const string Version = "1.2.14";
public const string Name = "Card Monkey";
public const string Description =
"Adds in a new custom tower themed around playing cards.";
Expand Down

0 comments on commit a24353e

Please sign in to comment.