mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-22 00:21:34 +00:00
Fix 5 countries milestone
This commit is contained in:
parent
4e3fa0d2ea
commit
db862c113a
1 changed files with 1 additions and 1 deletions
|
@ -554,7 +554,7 @@ const layer = createLayer(id, function (this: BaseLayer) {
|
||||||
description: "Countries Completed"
|
description: "Countries Completed"
|
||||||
})),
|
})),
|
||||||
createAdditiveModifier(() => ({
|
createAdditiveModifier(() => ({
|
||||||
addend: 1,
|
addend: -1,
|
||||||
description: "5 Countries Completed",
|
description: "5 Countries Completed",
|
||||||
enabled: milestone5.earned
|
enabled: milestone5.earned
|
||||||
}))
|
}))
|
||||||
|
|
Loading…
Reference in a new issue