forked from mirrors/webxoss-core
fix card-1467
This commit is contained in:
parent
4aa2461875
commit
b64dfd874e
1 changed files with 1 additions and 0 deletions
|
@ -90658,6 +90658,7 @@ var CardInfo = {
|
|||
triggerCondition: function (event) {
|
||||
if (!inArr(this,this.player.signis)) return false;
|
||||
if (!this.game.getEffectSource()) return false;
|
||||
if (!event.card.hasClass('アーム')) return false;
|
||||
return true;
|
||||
},
|
||||
actionAsyn: function () {
|
||||
|
|
Loading…
Reference in a new issue