From 8c2a855ed690caeaeff79423f272d6a085f821eb Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Tue, 9 Apr 2013 23:21:04 -0400 Subject: [PATCH] Modify HP before calculating the EHP --- libs/diabloclass.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/diabloclass.php b/libs/diabloclass.php index 1a3f783..03ec588 100644 --- a/libs/diabloclass.php +++ b/libs/diabloclass.php @@ -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() {