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, source: card,
description: '2000-action-0', description: '2000-action-0',
triggerCondition: function (event) { triggerCondition: function (event) {
if (!event.card) return false; return (event.opposingSigni === this);
let opposingSigni = event.card.getOpposingSigni()
return (opposingSigni === this);
}, },
condition: function () { condition: function () {
return !this.isUp; return !this.isUp;