Jump to content

One Or More Wickerbottoms Not Speeding Up Book Regen


lakhnish
  • Fixed

Steps to Reproduce

See in code that a wickerbottom next to the station increases the regen by an extra 1% for a total of 2%.

See that it doesn't happen in-game.




User Feedback


A developer has marked this issue as fixed. This means that the issue has been addressed in the current development build and will likely be in the next update.
 

bookstation.lua:125 in function RestoreBooks(inst)

    for _, player in ipairs(players) do
        if player.prefab == "wickerbottom" then
            wicker_bonus = TUNING.BOOKSTATION_WICKER_BONUS
            break
        end
    end

Agree. Wickerbottom does not have "wickerbottom" tag. Hence it doesn't work.

player.prefab == "wickerbottom" could fix it. 

Tested and it works on my side.

Edited by adai1198

Share this comment


Link to comment
Share on other sites



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...