v0.8.0: fixed newborn elementals despawning when an ankh reset occurs
This commit is contained in:
parent
d96351c682
commit
bd738bc0f8
|
@ -220,6 +220,11 @@ public abstract class Elemental extends Mob {
|
||||||
|
|
||||||
properties.add(Property.MINIBOSS);
|
properties.add(Property.MINIBOSS);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean reset() {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user