v2.3.0: hero now spends time before thrown interactions resolve
This commit is contained in:
@@ -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();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user