forked from mirrors/webxoss-core
🐛 fix WX16-068 const
This commit is contained in:
parent
69220f14ea
commit
aea9c30f7c
1 changed files with 1 additions and 1 deletions
|
@ -119926,7 +119926,7 @@ var CardInfo = {
|
|||
},
|
||||
effect: {
|
||||
triggerCondition: function (event) {
|
||||
return (event.opposingSigni === this) && (attackingSigni !== this);
|
||||
return (event.opposingSigni === this) && (event.attackingSigni !== this);
|
||||
},
|
||||
actionAsyn: function () {
|
||||
return this.upAsyn();
|
||||
|
|
Loading…
Reference in a new issue