Skip to content

Commit

Permalink
discount for medium potions
Browse files Browse the repository at this point in the history
  • Loading branch information
msx80 committed Jul 6, 2024
1 parent 8f65671 commit 63dee92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ private boolean visibleBy(Pg pg) {
public static final List<Craft> ALL = Arrays.asList(
Craft.of(Item.Key, Item.Gold, 15),
Craft.of(Item.SmallPotion, Item.Gold, 10),
Craft.of(Item.MediumPotion, Item.Gold, 20),
Craft.of(Item.MediumPotion, Item.Gold, 19),
Craft.of(Item.Knife, Item.Gold, 30),
Craft.of(Item.Diamond, Item.Gold, 100),
Craft.of(Item.Dart, Item.Venom, 4),
Expand Down

0 comments on commit 63dee92

Please sign in to comment.