Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public void reduceMana(int amount) {
}

public int getManaCapacity() {
return 100000;
return 10000000000;
}

public void setCurrentMana(int amount) {
Expand Down