forked from MagicBane/Server
dropper resists
This commit is contained in:
@@ -1746,11 +1746,13 @@ public class Mob extends AbstractIntelligenceAgent {
|
|||||||
//this.setHealth(this.healthMax);
|
//this.setHealth(this.healthMax);
|
||||||
//this.level = 65;
|
//this.level = 65;
|
||||||
this.dropper = true;
|
this.dropper = true;
|
||||||
|
this.recalculateStats();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for(Item item : this.charItemManager.getInventory()){
|
for(Item item : this.charItemManager.getInventory()){
|
||||||
if(item.getItemBase().isDiscRune() && this.level < 75){
|
if(item.getItemBase().isDiscRune() && this.level < 75){
|
||||||
this.dropper = true;
|
this.dropper = true;
|
||||||
|
this.recalculateStats();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user