debuff priest 100% at 3 man mines
This commit is contained in:
@@ -675,7 +675,11 @@ public class Mine extends AbstractGameObject {
|
||||
for(Guild nation : updatedNations){
|
||||
float multiplier = ZergManager.getCurrentMultiplier(charactersByNation.get(nation).size(),this.capSize);
|
||||
for(PlayerCharacter player : charactersByNation.get(nation)){
|
||||
player.ZergMultiplier = multiplier;
|
||||
if(this.capSize == 3 && player.getPromotionClassID() == 2519) {
|
||||
player.ZergMultiplier = 0.0f; // priest gets 100% debuff at 3 man mines
|
||||
}else{
|
||||
player.ZergMultiplier = multiplier;
|
||||
}
|
||||
}
|
||||
}
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user