From 959aee265321cd64193edbd3833bb5f2235770be Mon Sep 17 00:00:00 2001 From: WEBXOSS Date: Sat, 8 Apr 2017 15:29:20 +0800 Subject: [PATCH] fix WX15-050 action cost --- CardInfo.js | 1 + 1 file changed, 1 insertion(+) 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('凶蟲');