mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-22 00:21:34 +00:00
Fix createdSaplings not having a mastery ref
This commit is contained in:
parent
02967bb0e1
commit
75f3ca9f68
1 changed files with 1 additions and 0 deletions
|
@ -821,6 +821,7 @@ const layer = createLayer(id, function (this: BaseLayer) {
|
||||||
logs: persistent<DecimalSource>(0),
|
logs: persistent<DecimalSource>(0),
|
||||||
totalLogs: persistent<DecimalSource>(0),
|
totalLogs: persistent<DecimalSource>(0),
|
||||||
saplings: persistent<DecimalSource>(0),
|
saplings: persistent<DecimalSource>(0),
|
||||||
|
createdSaplings: persistent<DecimalSource>(0),
|
||||||
row1Upgrades: [
|
row1Upgrades: [
|
||||||
{ bought: persistent<boolean>(false) },
|
{ bought: persistent<boolean>(false) },
|
||||||
{ bought: persistent<boolean>(false) },
|
{ bought: persistent<boolean>(false) },
|
||||||
|
|
Loading…
Reference in a new issue