rifts spawn world thread

This commit is contained in:
StevenRS11
2014-01-21 13:18:20 -05:00
parent 5d80170b52
commit 876e3eb4e6
2 changed files with 27 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ public class MobMonolith extends EntityFlying implements IMob
protected void applyEntityAttributes()
{
super.applyEntityAttributes();
this.getAttributeMap().getAttributeInstance(SharedMonsterAttributes.maxHealth).setAttribute(0);
this.getAttributeMap().getAttributeInstance(SharedMonsterAttributes.maxHealth).setAttribute(10);
}
public boolean canBePushed()