Modify HP before calculating the EHP
This commit is contained in:
parent
7b717c9c6a
commit
8c2a855ed6
1 changed files with 2 additions and 2 deletions
|
@ -36,9 +36,9 @@ class DiabloClass {
|
|||
|
||||
$this->stats->stats['All Elemental Damage'] = $this->elementalDamage();
|
||||
|
||||
$this->modifyHP();
|
||||
$this->modifyDPSUnbuffed();
|
||||
$this->modifyEHP();
|
||||
$this->modifyHP();
|
||||
$this->modifyEHP();
|
||||
}
|
||||
|
||||
function hallScore() {
|
||||
|
|
Loading…
Reference in a new issue