diff --git a/CardInfo.js b/CardInfo.js index 1fee285..1e22d7a 100644 --- a/CardInfo.js +++ b/CardInfo.js @@ -133749,6 +133749,7 @@ var CardInfo = { "[Action] [Down]: Draw 1 card. This ability can only be used if there is another SIGNI on your field." ], actionEffects: [{ + costDown: true, useCondition: function () { return this.player.signis.some(function (signi) { return (signi !== this) && signi.hasClass('凶蟲');