We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b733ac7 commit 770b477Copy full SHA for 770b477
card/kaiheiji.js
@@ -297,8 +297,10 @@ game.import("card", function () {
297
evt.finish();
298
}
299
await player.turnOver();
300
- if (!_status.auto) {
+ if (player == game.me && !_status.auto) {
301
ui.click.auto();
302
+ } else if (player.isOnline2() && !player.isAuto) {
303
+ player.send(ui.click.auto);
304
305
target.when({ player: "phaseBegin" }).step(async (event, trigger, player) => {
306
const result = await player
0 commit comments