From b1d2bb98fcc7e9fd7270257635a0d193e6e3c3b6 Mon Sep 17 00:00:00 2001 From: WEBXOSS Date: Thu, 20 Jul 2017 22:47:15 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20WX16-003=20const?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CardInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CardInfo.js b/CardInfo.js index 89bbece..1036164 100644 --- a/CardInfo.js +++ b/CardInfo.js @@ -114760,7 +114760,7 @@ var CardInfo = { source: this, description: '2249-attached-1', actionAsyn: function () { - this.player.enerCharge(); + this.player.enerCharge(1); } }]; return this.player.selectAsyn('LAUNCH',effects).callback(this,function (effect) {