Skip to content

Commit

Permalink
Lower final vault cost
Browse files Browse the repository at this point in the history
  • Loading branch information
renatodellosso committed Apr 11, 2024
1 parent 9544c4f commit ece996a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/Vault.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
new(5000, 500),
new(7500, 650),
new(10000, 850),
new(int.MaxValue, 850)
new(99999999, 851)
};

public int level;
Expand Down

0 comments on commit ece996a

Please sign in to comment.