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

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