Skip to content

Commit

Permalink
Between a Rock...: Add the Double ammo mould as an alternative to cra…
Browse files Browse the repository at this point in the history
…fting with Golden cannonball
  • Loading branch information
pajlada authored and Zoinkwiz committed Nov 29, 2023
1 parent 0a466a2 commit 663bc27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public void setupRequirements()
goldCannonballHighlight = new ItemRequirement("Cannon ball", ItemID.CANNON_BALL);
goldCannonballHighlight.setHighlightInInventory(true);

cannonMould = new ItemRequirement("Ammo mould", ItemID.AMMO_MOULD);
cannonMould = new ItemRequirement("Ammo mould", ItemID.AMMO_MOULD, ItemID.DOUBLE_AMMO_MOULD);
cannonMould.setTooltip("You can buy one from Nulodion above the Dwarven Mine for 5 coins");

schematic = new ItemRequirement("Schematic", ItemID.SCHEMATIC);
Expand Down

0 comments on commit 663bc27

Please sign in to comment.