1
0
Fork 0

Modify HP before calculating the EHP

This commit is contained in:
Andrew Tomaka 2013-04-09 23:21:04 -04:00
parent 7b717c9c6a
commit 8c2a855ed6
1 changed files with 2 additions and 2 deletions

View File

@ -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() {