Jump to content

Wickerbottom's Birds of the World not working


Verticuss
  • Fixed

Wickers book Birds of the World doesn't summon birds instead she just says "other matters await".  
The End is Nigh seems to also not work
 
228711031_Screenshot2022-08-30230419.thumb.png.41c33933ce64e1a158b0bf473b09ae6a.png  


Steps to Reproduce
  • be Wickerbottom or Maxwell
  • craft and read the book birds of the world 
  • cry because it doesn't work
  • Like 1



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.

book_brimstone has the same issue.

scripts/books.lua:303

            local success = false
            local delay = 0
            for k = 1, num do
                local pos = birdspawner:GetSpawnPoint(pt)
                if false and pos ~= nil then --a unknow false
                    local bird = birdspawner:SpawnBird(pos, true)
                    if bird ~= nil then
                        bird:AddTag("magicalbird")
                        bird.sg:GoToState("delay_glide", delay)
                        delay = delay + .034 + .033 * math.random()
                        success = true
                    end
                end
            end
            return success

scripts/books.lua:331

            if TheWorld.components.weather == nil then  --should be TheWorld.net.components.weather == nil
                return false
            end

@JesseB_Klei

Edited by Zepp
  • Like 2

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