Jump to content

honey spice does not speed up removing lunar build up


Edible Coal
  • Pending
 
local function work_attach(inst, target)
    if target.components.workmultiplier == nil then
        target:AddComponent("workmultiplier")
    end
    target.components.workmultiplier:AddMultiplier(ACTIONS.CHOP,   TUNING.BUFF_WORKEFFECTIVENESS_MODIFIER, inst)
    target.components.workmultiplier:AddMultiplier(ACTIONS.MINE,   TUNING.BUFF_WORKEFFECTIVENESS_MODIFIER, inst)
    target.components.workmultiplier:AddMultiplier(ACTIONS.HAMMER, TUNING.BUFF_WORKEFFECTIVENESS_MODIFIER, inst)
end

missing action ACTIONS.REMOVELUNARBUILDUP


Steps to Reproduce

use honey spice and mine on structure

doesnt get the 2x bonus




User Feedback


There are no comments to display.



Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
  • Create New...