Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonyboylovespie authored Nov 6, 2022
1 parent d6c708b commit bcbf3c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BananaFarmParagon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public class Settings : ModSettings
};
public static readonly ModSettingInt ParagonCost = new(1000000)
{
displayName = "Paragon Totem Cost",
displayName = "Banana Farm Paragon Cost",
min = 0
};
}
Expand Down
2 changes: 1 addition & 1 deletion ModHelperData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
public static class ModHelperData
{
public const string Version = "1.0.2";
public const string Version = "1.0.3";
public const string Name = "Banana Farm Paragon";
public const string Description =
"This mod adds a paragon upgrade to the banana farm. You can toggle this mod from balanced to OP in mod settings.<br><br>" +
Expand Down

0 comments on commit bcbf3c7

Please sign in to comment.