mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-04-01 21:41:00 +00:00
Fixed trying to write to computed ref
This commit is contained in:
parent
a9daaa3ac3
commit
f861787a27
1 changed files with 0 additions and 1 deletions
|
@ -93,7 +93,6 @@ const layer = createLayer(id, () => {
|
||||||
if (!unref(makeRibbon.canClick)) {
|
if (!unref(makeRibbon.canClick)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
currentDyeType.value.amount.value = 0;
|
|
||||||
currentDyeType.value.buyable.amount.value = 0;
|
currentDyeType.value.buyable.amount.value = 0;
|
||||||
cloth.cloth.value = Decimal.sub(cloth.cloth.value, 1e9);
|
cloth.cloth.value = Decimal.sub(cloth.cloth.value, 1e9);
|
||||||
ribbon.value = Decimal.add(ribbon.value, 1);
|
ribbon.value = Decimal.add(ribbon.value, 1);
|
||||||
|
|
Loading…
Add table
Reference in a new issue