Fix createdSaplings not having a mastery ref

This commit is contained in:
thepaperpilot 2022-12-19 00:01:43 -06:00
parent 02967bb0e1
commit 75f3ca9f68

View file

@ -821,6 +821,7 @@ const layer = createLayer(id, function (this: BaseLayer) {
logs: persistent<DecimalSource>(0),
totalLogs: persistent<DecimalSource>(0),
saplings: persistent<DecimalSource>(0),
createdSaplings: persistent<DecimalSource>(0),
row1Upgrades: [
{ bought: persistent<boolean>(false) },
{ bought: persistent<boolean>(false) },