Thankfully it's an easy one. In woby_commands_classified.lua, _pet is undeclared in this function:
local function SendCourierWoby(inst, data) if inst.couriertask ~= nil then inst.couriertask:Cancel() inst.couriertask = nil end if inst.courierdata then if inst.courierdata.onspawnfaderout then inst._pet:RemoveEventCallback("spawnfaderout", inst.courierdata.onspawnfaderout) inst.courierdata.onspawnfaderout = nil _pet.components.spawnfader:FadeIn() -- HERE end end
Steps to Reproduce
- Send Woby to deliver something.
- Recall her by whistling when she starts to fade out.
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.
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 accountSign in
Already have an account? Sign in here.
Sign In Now