From 8500cc7ea428e1a9af7ef7dc1e74d77f992f644d Mon Sep 17 00:00:00 2001 From: Robert Schultz Date: Thu, 3 Sep 2015 09:58:38 -0400 Subject: [PATCH] Fixed the Kerrigan Assimilation ability... again. --- shared/C.js | 2 +- web/changelog.json | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/shared/C.js b/shared/C.js index ad1c1af..686bff7 100644 --- a/shared/C.js +++ b/shared/C.js @@ -88,7 +88,7 @@ exports.FORMULA_PRE_REPLACEMENTS = }, { match : "$GalaxyVar:libGDHL_gv_bALHeroKerriganAssimilationBaseModifier$", - replace : "1" + replace : "0.1" }, { match : "Behavior,CrusaderPunishStackingSlow,Modification.UnifiedMoveSpeedFactor*(-100)6", diff --git a/web/changelog.json b/web/changelog.json index 306cff7..aeb23b2 100644 --- a/web/changelog.json +++ b/web/changelog.json @@ -1,4 +1,12 @@ [ + { + "version" : "2.1.5", + "when" : "2015-09-03", + "patchVersion" : "37117", + "changes" : [ + "Fixed the 'description' field for the Kerrigan ability Assimilation... again." + ] + }, { "version" : "2.1.4", "when" : "2015-08-27",