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:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user