From 791b6e15d49939d2d16f9e81dd98bc2c78776de2 Mon Sep 17 00:00:00 2001 From: blitzmann Date: Wed, 28 Nov 2018 22:54:04 -0500 Subject: [PATCH] Move the specialtyMiningAmount value application to a later runtime, to allow all other bonuses to apply before it's set (#1790) --- eos/effects/crystalminingamountinfo2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eos/effects/crystalminingamountinfo2.py b/eos/effects/crystalminingamountinfo2.py index 5c7305860..68a126d49 100644 --- a/eos/effects/crystalminingamountinfo2.py +++ b/eos/effects/crystalminingamountinfo2.py @@ -3,7 +3,7 @@ # Used by: # Modules from group: Frequency Mining Laser (3 of 3) type = "passive" - +runTime = "late" def handler(fit, module, context): module.preAssignItemAttr("specialtyMiningAmount", module.getModifiedItemAttr("miningAmount"))