if (!creep.heapMemory.disabledNotifications.includes(target.id)) {
            creep.heapMemory.disabledNotifications.push(target.id);
            target.notifyWhenAttacked(false);
        }