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->stats->stats['All Elemental Damage'] = $this->elementalDamage();
|
||||||
|
|
||||||
|
$this->modifyHP();
|
||||||
$this->modifyDPSUnbuffed();
|
$this->modifyDPSUnbuffed();
|
||||||
$this->modifyEHP();
|
$this->modifyEHP();
|
||||||
$this->modifyHP();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function hallScore() {
|
function hallScore() {
|
||||||
|
|
Loading…
Reference in a new issue