[1.7.4] Cleansing Flames deals wrong amount of damage over time to user
Posted: Sun Sep 19, 2021 12:33 pm
The talent Cleansing Flames applies the effect Cleansing Flames to the user. Part of this effect is dealing damage to the user. The talent has a function getDamage to calculate the self-damage per turn, but it is not used when applying the effect, so the effect uses its default value, power=10. So the user only takes 10 fire damage per turn.