v1.4.0: anonymized inv scrolls now spend a turn if they are cancelled
This commit is contained in:
+4
@@ -123,6 +123,10 @@ public abstract class InventoryScroll extends Scroll {
|
|||||||
|
|
||||||
curItem.collect( curUser.belongings.backpack );
|
curItem.collect( curUser.belongings.backpack );
|
||||||
|
|
||||||
|
} else {
|
||||||
|
|
||||||
|
curUser.spendAndNext( TIME_TO_READ );
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user