forked from mirrors/webxoss-core
fix wx15-108 onPlay
This commit is contained in:
parent
86028573e3
commit
152476dbf5
1 changed files with 1 additions and 1 deletions
|
@ -108746,7 +108746,7 @@ var CardInfo = {
|
|||
startUpEffects: [{
|
||||
actionAsyn: function (event) {
|
||||
if (!event.source || event.source.type !== 'SIGNI') return;
|
||||
return this.decreasePowerAsyn(-7000);
|
||||
return this.decreasePowerAsyn(7000);
|
||||
},
|
||||
}],
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue