368369370371372373374375376377
@Override public AttackableKnownList getKnownList() { if(super.getKnownList() == null || !(super.getKnownList() instanceof AttackableKnownList)) { setKnownList(new AttackableKnownList(this)); } return (AttackableKnownList) super.getKnownList(); }