Throwing an item shouldnt trigger wait

This commit is contained in:
Peter Stockings
2026-01-06 21:14:25 +11:00
parent 7ae1fa6671
commit 6e060013f7
4 changed files with 15 additions and 1 deletions

View File

@@ -623,7 +623,7 @@ export class GameScene extends Phaser.Scene {
}
this.cancelTargeting();
this.commitPlayerAction({ type: "wait" });
this.commitPlayerAction({ type: "throw" });
this.emitUIUpdate();
}
);