mirror of
https://github.com/webxoss/webxoss-core.git
synced 2025-01-31 09:49:16 +01:00
🐛 fix WX16-001 action timing
This commit is contained in:
parent
0496f30231
commit
34b601dfca
1 changed files with 1 additions and 0 deletions
|
@ -117010,6 +117010,7 @@ var CardInfo = {
|
|||
"【起】エスケープ[アタックフェイズ]《コイン》《コイン》《コイン》:このターン、シグニアタックステップをスキップする。"
|
||||
],
|
||||
actionEffects: [{
|
||||
attackPhase: true,
|
||||
costCoin: 3,
|
||||
actionAsyn: function () {
|
||||
this.game.tillTurnEndSet(this,this.game.turnPlayer,'skipSigniAttackStep',true);
|
||||
|
|
Loading…
Reference in a new issue