Browse Source

mob resist issue

lakebane-master
FatBoy-DOTC 6 months ago
parent
commit
c29d6f548e
  1. 2
      src/engine/objects/Mob.java

2
src/engine/objects/Mob.java

@ -43,7 +43,7 @@ import static engine.net.client.msg.ErrorPopupMsg.sendErrorPopup; @@ -43,7 +43,7 @@ import static engine.net.client.msg.ErrorPopupMsg.sendErrorPopup;
public class Mob extends AbstractIntelligenceAgent {
public Resists mobResists = null;
public Resists mobResists = new Resists("Generic");
private static int staticID = 0;
public static ArrayList<Mob> disciplineDroppers = new ArrayList<>();
public static HashMap<Integer,Mob> dynamic_pets = new HashMap<>();

Loading…
Cancel
Save