Skip to content

Commit

Permalink
DarkMoonGreatsword: MANA_FOR_CHARGE: 120 -> 100
Browse files Browse the repository at this point in the history
  • Loading branch information
rzc0d3r authored Sep 24, 2024
1 parent 6e59904 commit 40cd6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content/Items/Weapons/Melee/DarkMoonGreatsword.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class DarkMoonGreatsword : ModItem

const int MAX_CHARGED_ATTACKS = 10;
int MadeChargedAttacks = 0;
const int MANA_FOR_CHARGE = 120;
const int MANA_FOR_CHARGE = 100;

public override LocalizedText DisplayName => base.DisplayName.WithFormatArgs("");
public override LocalizedText Tooltip => base.Tooltip.WithFormatArgs(MANA_FOR_CHARGE, MAX_CHARGED_ATTACKS);
Expand Down

0 comments on commit 40cd6e7

Please sign in to comment.