mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-10 06:02:13 +00:00
Makes perk shop explanation clear
This commit is contained in:
parent
7166529609
commit
f914d21a7d
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user