Merge pull request #1254 from pyfa-org/bug-1246

Bug 1246 fix
This commit is contained in:
Ryan Holmes
2017-07-15 21:57:54 -04:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -19,8 +19,8 @@ debug = False
saveInRoot = False
# Version data
version = "1.30.0"
tag = "Stable"
version = "1.30.1"
tag = "git"
expansionName = "YC119.7"
expansionVersion = "1.0"
evemonMinVersion = "4081"

View File

@@ -7,4 +7,4 @@ type = "passive"
def handler(fit, subsystem, context):
fit.ship.increaseItemAttr("capacity", subsystem.getModifiedItemAttr("capacity") or 0)
fit.ship.increaseItemAttr("capacity", subsystem.getModifiedItemAttr("cargoCapacityAdd") or 0)