From 36c094d6e07b92f26b46bdb8157ebbfce92fff41 Mon Sep 17 00:00:00 2001 From: libccy Date: Thu, 22 Sep 2016 10:49:55 +0800 Subject: [PATCH] h --- game/game.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/game/game.js b/game/game.js index 780cc9c78..e0bf7d2d1 100644 --- a/game/game.js +++ b/game/game.js @@ -11311,6 +11311,11 @@ list.push(this.skills[i]); } } + if(all){ + for(var i in this.additionalSkills){ + this.removeAdditionalSkill(i); + } + } this.removeSkill(list); this.checkConflict(); this.checkMarks();