v0.4.2: skeletons are no longer immune to grim
This commit is contained in:
@@ -109,13 +109,4 @@ public class Skeleton extends Mob {
|
|||||||
return Random.NormalIntRange(0, 5);
|
return Random.NormalIntRange(0, 5);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static final HashSet<Class<?>> IMMUNITIES = new HashSet<>();
|
|
||||||
static {
|
|
||||||
IMMUNITIES.add( Grim.class );
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public HashSet<Class<?>> immunities() {
|
|
||||||
return IMMUNITIES;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user