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
This commit is contained in:
Ryan Holmes
2017-05-13 22:36:03 -04:00
committed by GitHub
parent 9f5e14fe2d
commit fee82d294b
2 changed files with 5 additions and 3 deletions

View File

@@ -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"

View File

@@ -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