Skip to content

Commit

Permalink
what could possibly go wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
boardengineer committed Dec 4, 2023
1 parent 1212952 commit fcc5b9e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/java/twitch/cheese/CheeseOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,13 @@ public class CheeseOptions {
put("forscience", new CheeseController.CheeseConfig("forscience", () -> {
addCard(new LessonLearned().makeCopy());
addCard(new SearingBlow().makeCopy());

for(int i = 0; i < 50; i++) {
AbstractDungeon.rareRelicPool.add(0, Whetstone.ID);
AbstractDungeon.uncommonRelicPool.add(0, Whetstone.ID);
AbstractDungeon.commonRelicPool.add(0, Whetstone.ID);
AbstractDungeon.shopRelicPool.add(0, Whetstone.ID);
}
}, true));

put("toilandtrouble", new CheeseController.CheeseConfig("toilandtrouble", () -> {
Expand Down

0 comments on commit fcc5b9e

Please sign in to comment.