Jump to content

Dragonfly not enraging


Whoneedspacee
  • Pending

There is a race condition between the lavae waves resetting their spawn values on line 105 of rampingspawner.lua, and the lavae dying to enrage event on line 47 of rampingspawner.lua, an easy fix is to either run the timer on line 105 after the event push on line 47, or just delete the timer on line 105 as it is unnecessary.

 

I've attached a modmain below which only comments out the timer, and it works perfectly fine because of the health triggers already resetting the spawns.

modmain.lua


Steps to Reproduce
Don't kill the lavae, let them die naturally, half the time the dragonfly enrages and half the time it does not, this is because the spawn values increase before the death event is pushed, so line 345 of dragonfly.lua causes it to not enrage.



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