Skip to content

Commit 062b857

Browse files
committed
shiv cheese
1 parent fcc5b9e commit 062b857

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/main/java/twitch/cheese/CheeseOptions.java

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import com.megacrit.cardcrawl.cards.colorless.*;
99
import com.megacrit.cardcrawl.cards.curses.Pride;
1010
import com.megacrit.cardcrawl.cards.green.Alchemize;
11+
import com.megacrit.cardcrawl.cards.green.BladeDance;
1112
import com.megacrit.cardcrawl.cards.green.Burst;
1213
import com.megacrit.cardcrawl.cards.green.Nightmare;
1314
import com.megacrit.cardcrawl.cards.purple.LessonLearned;
@@ -194,7 +195,7 @@ public class CheeseOptions {
194195
addRelic(new PrismaticShard().makeCopy());
195196
}, true));
196197

197-
put("forscience", new CheeseController.CheeseConfig("forscience", () -> {
198+
put("forsciencetwo", new CheeseController.CheeseConfig("forsciencetwo", () -> {
198199
addCard(new LessonLearned().makeCopy());
199200
addCard(new SearingBlow().makeCopy());
200201

@@ -273,6 +274,13 @@ public class CheeseOptions {
273274

274275
addCard(new Alchemize().makeCopy());
275276
}, true));
277+
278+
279+
put("styxandstones", new CheeseController.CheeseConfig("styxandstones", () -> {
280+
addRelic(new CharonsAshes().makeCopy());
281+
addRelic(new Kunai().makeCopy());
282+
addCard(new BladeDance().makeCopy());
283+
}, true));
276284
}};
277285

278286
private static void addRelic(AbstractRelic relic) {

0 commit comments

Comments
 (0)