From 77881e98965787036fff9796ae76762273d69000 Mon Sep 17 00:00:00 2001 From: Alar of Daggerspine Date: Thu, 19 Mar 2015 00:32:48 +0100 Subject: [PATCH] Added getter for trait and abilities selection Signed-off-by: Alar of Daggerspine --- CHANGELOG.txt | 3 ++- FollowerPage.lua | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index cb64631..943b007 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -2,4 +2,5 @@ * 2.4.2 Fix: Using a full upgrade token on follower was warning about lost points Fix: Possible soloution for a couple of very rare lua errors -Feature: Còicking on data broker opens missions report (same as clicking on minimap icon) \ No newline at end of file +Feature: Clicking on data broker opens missions report (same as clicking on minimap icon) +Feature: In follower rectuiting page, information about which follower have traits and counter are show in dropdown \ No newline at end of file diff --git a/FollowerPage.lua b/FollowerPage.lua index 20eee1e..93cce8d 100644 --- a/FollowerPage.lua +++ b/FollowerPage.lua @@ -79,7 +79,6 @@ local function UpgradeFollower(this) local name = ITEM_QUALITY_COLORS[G.GetFollowerQuality(followerID)].hex..G.GetFollowerName(followerID)..FONT_COLOR_CODE_CLOSE; local losing=false local upgrade=math.min(upgradelevel>600 and upgradelevel or upgradelevel+currentlevel,GARRISON_FOLLOWER_MAX_ITEM_LEVEL) - print(currentlevel,upgradelevel,upgrade) if upgradelevel > 600 and currentlevel>600 then if (currentlevel > upgradelevel) then losing=upgradelevel - 600 -- 1.7.9.5