Jump to content

Many bosses only drop 3 embers


Crestwave
  • Fixed
-- prefabs/willow_ember_common.lua, line 13
local function GetNumEmbers(victim)
    --V2C: assume HasEmbers is checked separately
    return (victim:HasTag("largecreature") and 3)
        or (victim:HasTag("epic") and math.random(7, 8))
        or 1
end

Many bosses also have the largecreature tag. Since it comes first in the or chain, this causes them to drop 3 embers instead of 7-8.


Steps to Reproduce

1. Fight a boss such like Bee Queen as Willow.

2. Light them on fire and kill them.

3. Notice that only 3 embers drop.

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