Added getter for trait and abilities selection
Alar of Daggerspine [03-18-15 - 23:32]
Added getter for trait and abilities selection
Signed-off-by: Alar of Daggerspine <alar@aspide.it>
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