NPC are immune to all

This commit is contained in:
2023-09-13 22:30:24 -05:00
parent 874eb6189e
commit 3ce887cb34
+1
View File
@@ -974,6 +974,7 @@ public class NPC extends AbstractCharacter {
//apply NPC rune effects //apply NPC rune effects
NPCManager.applyRunesForNPC(this); NPCManager.applyRunesForNPC(this);
this.resists.setImmuneToAll(true);
} catch (Exception e) { } catch (Exception e) {
Logger.error(e.getMessage()); Logger.error(e.getMessage());