mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-21 16:13:57 +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"
|
||||
})),
|
||||
createAdditiveModifier(() => ({
|
||||
addend: 1,
|
||||
addend: -1,
|
||||
description: "5 Countries Completed",
|
||||
enabled: milestone5.earned
|
||||
}))
|
||||
|
|
Loading…
Reference in a new issue