1
0
Fork 0

fix card-1467

This commit is contained in:
deardrops 2017-02-08 16:28:07 +08:00
parent 4aa2461875
commit b64dfd874e

View file

@ -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 () {