mirror of
https://github.com/webxoss/webxoss-core.git
synced 2024-11-20 06:49:53 +01:00
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."
|
||||
],
|
||||
actionEffects: [{
|
||||
costDown: true,
|
||||
useCondition: function () {
|
||||
return this.player.signis.some(function (signi) {
|
||||
return (signi !== this) && signi.hasClass('凶蟲');
|
||||
|
|
Loading…
Reference in a new issue