Skip to content

Commit

Permalink
Remove Mention of Coins in Drill Core Tooltip [HM]
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegerLimit committed Aug 27, 2023
1 parent 09b3228 commit 3d3f3d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion overrides/scripts/aa xu2.zs
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ recipes.addShaped(<actuallyadditions:block_furnace_solar>, [
//Drill Core
recipes.remove(<actuallyadditions:item_misc:16>);
<actuallyadditions:item_misc:16>.addTooltip(format.red("Acquired by exploration of Lost Cities buildings or vanilla dungeons."));
<actuallyadditions:item_misc:16>.addTooltip(format.red("Also can be purchased for Nomicoins."));
// Coin tooltip is done in normalmode.zs


// Canola Press
Expand Down
3 changes: 3 additions & 0 deletions overrides/scripts/normalmode.zs
Original file line number Diff line number Diff line change
Expand Up @@ -784,6 +784,9 @@ macerator.recipeBuilder()
.duration(25408)
.EUt(32)
.buildAndRegister();

// AA Drill Core Coin Tooltip
<actuallyadditions:item_misc:16>.addTooltip(format.red("Also can be purchased for Nomicoins."));

// Removals
// GT
Expand Down

0 comments on commit 3d3f3d6

Please sign in to comment.