diff --git a/config.py b/config.py index c68159c53..9ffbf809b 100644 --- a/config.py +++ b/config.py @@ -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" diff --git a/eos/effects/capacityaddpassive.py b/eos/effects/capacityaddpassive.py index 2a858cc14..8d7ee24bd 100644 --- a/eos/effects/capacityaddpassive.py +++ b/eos/effects/capacityaddpassive.py @@ -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)