Merge remote-tracking branch 'origin/debug-pet-stats'
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user