From fee82d294b6540539f37e67bb3d821c1ded45722 Mon Sep 17 00:00:00 2001 From: Ryan Holmes Date: Sat, 13 May 2017 22:36:03 -0400 Subject: [PATCH] Bump dev and include fix for #1162 (#1163) * Add some logging to try to figure out what happens with #1149 * Add some logging to try to figure out what happens with #1149, along with some other fixes * bump dev * Add remote hull repairers in the calculateSustainableTank() mappings --- config.py | 4 ++-- eos/saveddata/fit.py | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/config.py b/config.py index a0319c429..ffc74a4c4 100644 --- a/config.py +++ b/config.py @@ -19,8 +19,8 @@ debug = False saveInRoot = False # Version data -version = "1.29.1" -tag = "Stable" +version = "1.29.2" +tag = "git" expansionName = "YC119.5" expansionVersion = "1.0" evemonMinVersion = "4081" diff --git a/eos/saveddata/fit.py b/eos/saveddata/fit.py index 0b8487c56..ec50b74eb 100644 --- a/eos/saveddata/fit.py +++ b/eos/saveddata/fit.py @@ -1084,7 +1084,8 @@ class Fit(object): "Shield Booster" : "shieldBonus", "Ancillary Shield Booster": "shieldBonus", "Remote Armor Repairer" : "armorDamageAmount", - "Remote Shield Booster" : "shieldBonus" + "Remote Shield Booster" : "shieldBonus", + "Remote Hull Repairer" : "structureDamageAmount", } # Map repairer type to attribute groupStoreMap = { @@ -1095,6 +1096,7 @@ class Fit(object): "Remote Armor Repairer" : "armorRepair", "Remote Shield Booster" : "shieldRepair", "Ancillary Armor Repairer": "armorRepair", + "Remote Hull Repairer" : "hullRepair", } capUsed = self.capUsed