1
0
Fork 0

🐛 fix WX16-068 const

This commit is contained in:
WEBXOSS 2017-07-20 21:53:10 +08:00
parent 69220f14ea
commit aea9c30f7c

View file

@ -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();