mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-02-17 01:42:47 +00:00
Fix NaN levels on new elves' training
This commit is contained in:
parent
47165e3226
commit
b939a1573d
1 changed files with 6 additions and 1 deletions
|
@ -147,7 +147,12 @@ const layer = createLayer(id, () => {
|
||||||
"Snowball",
|
"Snowball",
|
||||||
"Star",
|
"Star",
|
||||||
"Bell",
|
"Bell",
|
||||||
"Gingersnap"
|
"Gingersnap",
|
||||||
|
"Peppermint",
|
||||||
|
"Frosty",
|
||||||
|
"Cocoa",
|
||||||
|
"Twinkle",
|
||||||
|
"Carol"
|
||||||
].indexOf(elf.name) + 1;
|
].indexOf(elf.name) + 1;
|
||||||
if (elf.name == "Star" || elf.name == "Bell") {
|
if (elf.name == "Star" || elf.name == "Bell") {
|
||||||
costMulti /= 3;
|
costMulti /= 3;
|
||||||
|
|
Loading…
Add table
Reference in a new issue