mob resist issue

This commit is contained in:
2024-05-12 15:57:44 -05:00
parent 5858aabc83
commit 16c84f2b30
+1 -3
View File
@@ -172,9 +172,7 @@ public class Mob extends AbstractIntelligenceAgent {
}
public static void setResistsForMob(Mob mob){
if(mob.getResists() == null){
mob.resists = new Resists("Generic");
}
mob.resists = new Resists("Generic");
Zone parentMacro = null;
for(Zone zone : ZoneManager.getAllZonesIn(mob.loc)){
if(zone.isMacroZone() == false)