Throwing an item shouldnt trigger wait
This commit is contained in:
@@ -623,7 +623,7 @@ export class GameScene extends Phaser.Scene {
|
||||
}
|
||||
|
||||
this.cancelTargeting();
|
||||
this.commitPlayerAction({ type: "wait" });
|
||||
this.commitPlayerAction({ type: "throw" });
|
||||
this.emitUIUpdate();
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user