v2.3.0: hero now spends time before thrown interactions resolve

This commit is contained in:
Evan Debenham
2023-12-14 15:13:32 -05:00
parent 86c00aba6a
commit 34e192af7d

View File

@@ -647,8 +647,9 @@ public class Item implements Bundlable {
public void call() {
curUser = user;
Item i = Item.this.detach(user.belongings.backpack);
user.spend(delay);
if (i != null) i.onThrow(cell);
user.spendAndNext(delay);
user.next();
}
});
}