blood mage fix
This commit is contained in:
@@ -1699,7 +1699,7 @@ public class Mob extends AbstractIntelligenceAgent {
|
|||||||
}
|
}
|
||||||
// calculate defense for equipment
|
// calculate defense for equipment
|
||||||
}
|
}
|
||||||
if(this.isDropper || Mob.discDroppers.contains(this)){
|
if((this.isDropper || Mob.discDroppers.contains(this)) && !this.mobBase.getFirstName().contains("Blood Mage")){
|
||||||
this.defenseRating *= 2;
|
this.defenseRating *= 2;
|
||||||
this.atrHandOne *= 2;
|
this.atrHandOne *= 2;
|
||||||
this.atrHandTwo *= 2;
|
this.atrHandTwo *= 2;
|
||||||
|
|||||||
Reference in New Issue
Block a user