From f914d21a7d50a147f0cb231bafcea2c99b6aac14 Mon Sep 17 00:00:00 2001 From: Hirame1 <56225774+Hirame1@users.noreply.github.com> Date: Thu, 2 May 2024 22:05:47 +0700 Subject: [PATCH] Makes perk shop explanation clear --- src/core/secret-formula/celestials/perk-shop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),