mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-03-14 01:51:40 +00:00
Clarify wording
This commit is contained in:
parent
7dfce2ca06
commit
fb3788ea4b
1 changed files with 1 additions and 1 deletions
|
@ -913,7 +913,7 @@ const layer = createLayer(id, function (this: BaseLayer) {
|
|||
const dyeElf = createElf({
|
||||
name: "Carol",
|
||||
description:
|
||||
"Carol will automatically purchase all dyes you can afford, without actually spending any resources.",
|
||||
"Carol will automatically purchase all primary dyes you can afford, without actually spending any resources.",
|
||||
buyable: Object.values(dyes.dyes).map(dye => dye.buyable),
|
||||
cooldownModifier: dyeCooldown, // Note: Buy max will be unlocked at this point
|
||||
visibility: () =>
|
||||
|
|
Loading…
Add table
Reference in a new issue