Jump to content

New ice island of Sharkboi won't spawn after its respawn cooldown end


lattematcha
  • Fixed

In function self:CooldownArena(), at line 315, it seems this DoTaskInTime missing the function it want to run?

self.arena.cooldowntask = self.inst:DoTaskInTime(TUNING.SHARKBOI_ARENA_COOLDOWN_DAYS)

 

And DoTaskInTime in function self:OnLoad(data) do have function it will execute.

self.arena.cooldowntask = self.inst:DoTaskInTime(data.cooldown, self.OnCooldownEnd)

 

So currently if player never reload the world, new ice island won't spawn.


Steps to Reproduce

1. defeat sharkboi

2. wait until its respawn cooldown end

3. if the game didn't run the self:OnLoad(data) function 

4. new ice island won't spawn

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


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