mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-22 00:21:34 +00:00
Fixed various persistence bugs
This commit is contained in:
parent
4a94162ed4
commit
e986297030
2 changed files with 4 additions and 1 deletions
|
@ -485,7 +485,7 @@ const layer = createLayer(id, function (this: BaseLayer) {
|
|||
const row2upgrades = [dedicatedCutters, dedicatedPlanters, betterFertilizer, unlockKiln];
|
||||
|
||||
const efficientSmelther: Upgrade<EfficientSmeltherUpgOptions> = createUpgrade(() => ({
|
||||
resource: coal,
|
||||
resource: noPersist(coal),
|
||||
cost: 1e19,
|
||||
display: {
|
||||
title: "Efficient Crucibles",
|
||||
|
|
|
@ -972,6 +972,9 @@ const layer = createLayer(id, function (this: BaseLayer) {
|
|||
|
||||
minWidth: 700,
|
||||
|
||||
oilMilestones,
|
||||
collapsedOilMilestones,
|
||||
|
||||
generalTabCollapsed,
|
||||
display: jsx(() => (
|
||||
<>
|
||||
|
|
Loading…
Reference in a new issue