From 152476dbf5f2e8f03d5c2a41b982c39f14b528bd Mon Sep 17 00:00:00 2001 From: WEBXOSS Date: Thu, 13 Apr 2017 00:05:48 +0800 Subject: [PATCH] fix wx15-108 onPlay --- CardInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CardInfo.js b/CardInfo.js index f9022b3..028c612 100644 --- a/CardInfo.js +++ b/CardInfo.js @@ -108746,7 +108746,7 @@ var CardInfo = { startUpEffects: [{ actionAsyn: function (event) { if (!event.source || event.source.type !== 'SIGNI') return; - return this.decreasePowerAsyn(-7000); + return this.decreasePowerAsyn(7000); }, }], },