mirror of
https://github.com/webxoss/webxoss-core.git
synced 2025-03-20 18:10:10 +01:00
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) {
|
triggerCondition: function (event) {
|
||||||
if (!inArr(this,this.player.signis)) return false;
|
if (!inArr(this,this.player.signis)) return false;
|
||||||
if (!this.game.getEffectSource()) return false;
|
if (!this.game.getEffectSource()) return false;
|
||||||
|
if (!event.card.hasClass('アーム')) return false;
|
||||||
return true;
|
return true;
|
||||||
},
|
},
|
||||||
actionAsyn: function () {
|
actionAsyn: function () {
|
||||||
|
|
Loading…
Reference in a new issue