forked from mirrors/webxoss-core
fix WX15-050 action cost
This commit is contained in:
parent
9ac3555b32
commit
959aee2653
1 changed files with 1 additions and 0 deletions
|
@ -133749,6 +133749,7 @@ var CardInfo = {
|
||||||
"[Action] [Down]: Draw 1 card. This ability can only be used if there is another <Misfortune Insect> SIGNI on your field."
|
"[Action] [Down]: Draw 1 card. This ability can only be used if there is another <Misfortune Insect> SIGNI on your field."
|
||||||
],
|
],
|
||||||
actionEffects: [{
|
actionEffects: [{
|
||||||
|
costDown: true,
|
||||||
useCondition: function () {
|
useCondition: function () {
|
||||||
return this.player.signis.some(function (signi) {
|
return this.player.signis.some(function (signi) {
|
||||||
return (signi !== this) && signi.hasClass('凶蟲');
|
return (signi !== this) && signi.hasClass('凶蟲');
|
||||||
|
|
Loading…
Reference in a new issue