fix WX15-050 action cost

This commit is contained in:
WEBXOSS 2017-04-08 15:29:20 +08:00
parent 9ac3555b32
commit 959aee2653

View file

@ -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('凶蟲');