mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 10:14:43 +02:00
Fixed wolves from Call of the Wild only having 8 health.
This commit is contained in:
@ -194,6 +194,7 @@ public class TamingManager extends SkillManager {
|
||||
((Ocelot) entity).setCatType(Ocelot.Type.getType(1 + Misc.getRandom().nextInt(3)));
|
||||
}
|
||||
else {
|
||||
entity.setMaxHealth(20);
|
||||
entity.setHealth(entity.getMaxHealth());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user