You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Beidat's Hand Energy Shield per Max Life mod not working (#1113)
* FIX: Beidat's Hand order of calcs issue
The PerStat mod from the Beidat's Hand Infernalist ascendancy notable
did not work due to Life amount not being present in the output at the
time of calculation of globalBase EnergyShield. This pr attempts to fix
this by running the doActorLifeManaSpirit before calculating the primary
defences and then again after to account for potential conversion mods.
This should work correctly as any values written by doActorLifeManaSpirit
should be overwritten by the second call. I'm currently unsure whether
there are edge cases that could cause issues with this proposed solution.
Signed-off-by: Paliak <91493239+Paliak@users.noreply.github.com>
* FIX: skip breakdown on first call to doActorLifeManaSpirit
---------
Signed-off-by: Paliak <91493239+Paliak@users.noreply.github.com>
0 commit comments