v0.9.0: fixed projecting necromancers being able to attack
This commit is contained in:
parent
a994e84a3f
commit
34e8c4f6ab
|
@ -134,6 +134,11 @@ public class Necromancer extends Mob {
|
|||
super.die(cause);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean canAttack(Char enemy) {
|
||||
return false;
|
||||
}
|
||||
|
||||
private static final String SUMMONING = "summoning";
|
||||
private static final String FIRST_SUMMON = "first_summon";
|
||||
private static final String SUMMONING_POS = "summoning_pos";
|
||||
|
|
Loading…
Reference in New Issue
Block a user