treb-range-fix #17

Merged
MagicBot merged 4 commits from treb-range-fix into master 2022-08-24 12:22:20 +00:00
Showing only changes of commit 5ab4eb5b32 - Show all commits
-5
View File
@@ -2032,11 +2032,6 @@ public class Mob extends AbstractIntelligenceAgent {
this.maxDamageHandTwo = (short) maxDamage;
this.speedHandTwo = 30;
}
if(this.isSiege() == true)
{
this.rangeHandOne = 310;
this.rangeHandTwo = 310;
}
}
private static float getModifiedAmount(CharacterSkill skill) {