fix WD17-001 action

This commit is contained in:
WEBXOSS 2017-03-05 11:45:44 +08:00
parent 41b0315569
commit d29373b2f5

View file

@ -124608,9 +124608,7 @@ var CardInfo = {
source: card,
description: '2000-action-0',
triggerCondition: function (event) {
if (!event.card) return false;
let opposingSigni = event.card.getOpposingSigni()
return (opposingSigni === this);
return (event.opposingSigni === this);
},
condition: function () {
return !this.isUp;