Skip to content

Commit

Permalink
update 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LynxCGames committed Mar 13, 2024
1 parent e562db7 commit 2667d87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ModHelperData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
public static class ModHelperData
{
public const string WorksOnVersion = "41.3";
public const string Version = "1.2.0";
public const string Version = "1.2.1";
public const string Name = "4th Path Overhaul";
public const string Author = "LynxC";

Expand Down
2 changes: 1 addition & 1 deletion Towers/BananaFarm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public override void ApplyUpgrade(TowerModel towerModel, int tier)

public class BananaStock : UpgradePlusPlus<FarmAltPath>
{
public override int Cost => 950;
public override int Cost => 900;
public override int Tier => 2;
public override string Icon => "Tier2 Farm Icon";
public override string Portrait => "Tier2 Farm";
Expand Down

0 comments on commit 2667d87

Please sign in to comment.