Skip to content

Commit

Permalink
Merge pull request #1254 from pyfa-org/bug-1246
Browse files Browse the repository at this point in the history
Bug 1246 fix
  • Loading branch information
blitzmann authored Jul 16, 2017
2 parents 0210020 + 66752b2 commit 220ce23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
saveInRoot = False

# Version data
version = "1.30.0"
tag = "Stable"
version = "1.30.1"
tag = "git"
expansionName = "YC119.7"
expansionVersion = "1.0"
evemonMinVersion = "4081"
Expand Down
2 changes: 1 addition & 1 deletion eos/effects/capacityaddpassive.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@


def handler(fit, subsystem, context):
fit.ship.increaseItemAttr("capacity", subsystem.getModifiedItemAttr("capacity") or 0)
fit.ship.increaseItemAttr("capacity", subsystem.getModifiedItemAttr("cargoCapacityAdd") or 0)

0 comments on commit 220ce23

Please sign in to comment.