From 04566e53c55126c4619961ec346d03b975518792 Mon Sep 17 00:00:00 2001 From: WEBXOSS Date: Mon, 21 Aug 2017 03:25:17 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20const=20effect=20with=20wi?= =?UTF-8?q?sdom?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ConstEffect.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ConstEffect.js b/ConstEffect.js index 037c7f9..bf88fc3 100644 --- a/ConstEffect.js +++ b/ConstEffect.js @@ -8,6 +8,7 @@ function ConstEffect (constEffectManager,cfg) { this.destroyTimmings = concat(cfg.destroyTimming || []); // this.triggerTimmings = concat(cfg.triggerTimming || []); this.cross = cfg.cross; + this.wisdom = cfg.wisdom; this.condition = cfg.condition; this.action = cfg.action; this.fixed = !!cfg.fixed; // 表示只进行一次计算,此后不发生变化