Skip to content

Commit

Permalink
Fix Void Heart
Browse files Browse the repository at this point in the history
  • Loading branch information
Exempt-Medic authored Sep 22, 2023
1 parent 5638b5c commit 34b4b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CharmChanger/LocalSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public void ResetNotchCosts()
charm33NotchCost = 2;
charm34NotchCost = 4;
charm35NotchCost = 3;
charm36NotchCost = 5;
charm36NotchCost = PlayerDataAccess.royalCharmState == 4 ? 0 : 5;
charm37NotchCost = 1;
charm38NotchCost = 3;
charm39NotchCost = 2;
Expand Down

0 comments on commit 34b4b3e

Please sign in to comment.