This commit is contained in:
Ceikry 2020-03-25 15:00:18 -05:00
parent a5be2de747
commit 8007992ca3

View file

@ -382,6 +382,9 @@ public abstract class CombatSwingHandler {
if(state.getEstimatedHit() >= 15){state.setEstimatedHit(14);};
if(state.getSecondaryHit() >= 15){state.setSecondaryHit(14);}
}
if(victim.getId() == 757){
this.EXPERIENCE_MOD = 0.01;
}
if (state.getEstimatedHit() > 0) {
state.setEstimatedHit(getFormatedHit(entity, victim, state, state.getEstimatedHit()));
totalHit += state.getEstimatedHit();