direct damage handler - cleanup

This commit is contained in:
2025-03-02 16:00:48 -06:00
parent 7bec57e77d
commit 9b7568b576
+2 -2
View File
@@ -466,10 +466,10 @@ public class WpakPowerManager {
float min;
float max;
float percent = modEntry.percentage;
float percent;
float damage;
if(percent != 0){
if(modEntry.percentage != 0){
//handle percentage damage
percent = getModifierValues(modEntry,rank).first;
damage = target.healthMax * percent;