forked from MagicBane/Server
dropper resists
This commit is contained in:
@@ -441,6 +441,11 @@ public class Resists {
|
||||
}
|
||||
|
||||
public void calculateResists(AbstractCharacter ac, boolean val) {
|
||||
|
||||
if(ac.getObjectType().equals(Enum.GameObjectType.Mob) && ((Mob)ac).dropper){
|
||||
this.setDropperResists();
|
||||
return;
|
||||
}
|
||||
this.immuneTo.clear();
|
||||
|
||||
// get resists for runes
|
||||
|
||||
Reference in New Issue
Block a user