forked from MagicBane/Server
added check for double mines
This commit is contained in:
@@ -3591,6 +3591,9 @@ public void dismissNecroPets() {
|
||||
conVal *= (1 + Math.round(this.bonuses.getFloatPercentAll(ModType.Attr, SourceType.Constitution)));
|
||||
intVal *= (1+Math.round(this.bonuses.getFloatPercentAll(ModType.Attr, SourceType.Intelligence)));
|
||||
spiVal *= (1+Math.round(this.bonuses.getFloatPercentAll(ModType.Attr, SourceType.Spirit)));
|
||||
|
||||
//boons?
|
||||
|
||||
} else
|
||||
// apply dex penalty for armor
|
||||
dexVal *= this.dexPenalty;
|
||||
|
||||
Reference in New Issue
Block a user