added check for double mines

This commit is contained in:
2023-01-28 10:50:44 -06:00
parent b2fd5990af
commit cf801ed7f6
+3
View File
@@ -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;