v1.4.0: anonymized inv scrolls now spend a turn if they are cancelled

This commit is contained in:
Evan Debenham
2022-09-18 20:52:43 -04:00
parent e288a2efa3
commit 9415a00930

View File

@@ -123,6 +123,10 @@ public abstract class InventoryScroll extends Scroll {
curItem.collect( curUser.belongings.backpack );
} else {
curUser.spendAndNext( TIME_TO_READ );
}
}
};