diff --git a/src/core/secret-formula/celestials/perk-shop.js b/src/core/secret-formula/celestials/perk-shop.js index f596a62cf..18cf34184 100644 --- a/src/core/secret-formula/celestials/perk-shop.js +++ b/src/core/secret-formula/celestials/perk-shop.js @@ -44,7 +44,7 @@ export const perkShop = { id: 2, initialCost: 100, increment: 2, - description: "Buy twice as many Dilation Upgrades at once.", + description: "Dilation autobuyers buy twice as many Dilation Upgrades at once.", effect: bought => Math.pow(2, bought), formatEffect: value => formatX(value, 2), formatCost: value => format(value, 2),