Skip to content

Commit

Permalink
fixed recipe builder not resetting fake boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Dec 5, 2023
1 parent 9ee6467 commit 0a1a946
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ public void clear() {
duration = special = 0;
power = 0;
hidden = false;
fake = false;
tags.clear();
}

Expand Down

0 comments on commit 0a1a946

Please sign in to comment.