Move the specialtyMiningAmount value application to a later runtime, to allow all other bonuses to apply before it's set (#1790)

This commit is contained in:
blitzmann
2018-11-28 22:54:04 -05:00
parent 715f9427d5
commit 791b6e15d4

View File

@@ -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"))