pets stats calculate properly & pet buffs no longer nerf pet

This commit is contained in:
2023-07-18 19:29:12 -05:00
parent 170312fef8
commit bd48198a51
4 changed files with 27 additions and 0 deletions
+3
View File
@@ -1489,6 +1489,9 @@ public class Mob extends AbstractIntelligenceAgent {
float s;
h = this.mobBase.getHealthMax();
if(this.isPet()){
h = this.level * 0.5f * 120;
}
m = this.statSpiCurrent;
s = this.statConCurrent;