mob resist issue

This commit is contained in:
2024-05-12 16:40:55 -05:00
parent 5822cb1ab4
commit c29d6f548e
+1 -1
View File
@@ -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<>();