mirror of
https://github.com/webxoss/webxoss-core.git
synced 2025-02-12 08:43:41 +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,
|
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;
|
||||||
|
|
Loading…
Reference in a new issue