1
0
Fork 0

fix wx15-109 wx15-110 action

This commit is contained in:
WEBXOSS 2017-04-13 00:11:37 +08:00
parent 152476dbf5
commit 5e5b66fc36

View file

@ -112700,7 +112700,7 @@ var CardInfo = {
startUpEffects: [{
actionAsyn: function (event) {
if (!event.source || event.source.type !== 'SIGNI') return;
return this.decreasePowerAsyn(-3000);
return this.decreasePowerAsyn(3000);
},
}],
},
@ -112741,7 +112741,7 @@ var CardInfo = {
startUpEffects: [{
actionAsyn: function (event) {
if (!event.source || event.source.type !== 'SIGNI') return;
return this.decreasePowerAsyn(-3000);
return this.decreasePowerAsyn(3000);
},
}],
},