5859606162636465666768
if(owner == null) return false; else { this.m_ownerAttacker = owner.getLastDamager(); int lastAttackedTick = owner.aK(); return lastAttackedTick != this.m_lastAttackedTick && this.isSuitableTarget(this.m_ownerAttacker, false); } } }