mirror of
https://github.com/webxoss/webxoss-core.git
synced 2024-11-20 06:49:53 +01:00
fix wx15-109 wx15-110 action
This commit is contained in:
parent
152476dbf5
commit
5e5b66fc36
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
},
|
||||
}],
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue