* 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:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user