mirror of
https://github.com/webxoss/webxoss-core.git
synced 2025-01-31 01:39:09 +01:00
fix WD17-001 action
This commit is contained in:
parent
41b0315569
commit
d29373b2f5
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue