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