Merge remote-tracking branch 'origin/debug-pet-stats'

This commit is contained in:
2023-07-20 17:04:26 -04:00
5 changed files with 51 additions and 5 deletions
+3
View File
@@ -1490,6 +1490,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;