---- Chapter 1945, Liliana stole a nce at him and quickly looked away. "Andrew, I''m sorry for my previous ignorance. I hope you won''t hold it against me." Andrew smiled. "Hold what against you? You''re Victoria''s daughter, so there''s no reason for me to." Liliana made a sound of agreement. Then, she casually said, " Maybe, and I mean maybe, we could be closer in the future. Mom has always hoped we could be friends.
I think we could give it a try." By this time, Victoria had finished praying, and Andrew turned to leave. "I''m sorry. I don''t have much time. Let''s talk about itter." Liliana was left standing there, feeling somewhat resentful but not daring to act out. She stamped her foot and hurried to catch up A young novice monk ran up and called out in a soft voice, "Mrs. Peck, Mr. Lloyd... Abbot Graves has arranged a vegetarian lunch and invites you to join him." Victoria smiled. "Andrew,e on.
The vegetarian meals here are amazing." Andrew grinned. "Alright, then I''ll definitely have to try them." ---- As they walked, they passed other visitors who hade to light incense and pray. Suddenly, Andrew''s eyes narrowed. He had spotted Scarletting up the steps with several members of the Driscoll family, and alongside them was Walter. Victoria, walking ahead, spoke calmly. "Let''s go.
No one would dare cause trouble here, so rx." Andrew let it go and soon arrived at the cathedral''s dining hall. Matthias greeted them with a rueful smile. "Mrs. Peck, you''re finally here. Mr. Peck has already drunk himself under the table." The hall was small, with only a few tables. Most were empty, and the central table was covered with a full spread of vegetarian dishes. Calvin was already several drinks in, his face bright red. When he saw Victoria, he burst outughing.
"Victoria,e sit with me!" Victoria''s expression did not change as she took a seat by herself. She then tured to Miles. "Take your father''s alcohol and throw it out." Miles gave a dryugh. "Mom, it''s Kindling Night. Just let Dad have a drink." ---- Victoria''s eyes turned cold. "I don''t want to say it twice." Miles did not dare disobey and went to take the bottle from Calvin. Calvinughed bitterly. "What now? You''re going to control me even when I drink?<fn9a04> Updates are released by f?i?n?d?n?o?v?e?l?</fn9a04>
Victoria, you bitch, don''t push your luck!" Victoria remained calm. "Andrew, Liliana, sit down. Once we''re done, we''re going home." Calvin mmed his hand on the table and roared. "What the hell, Victoria? What''s that supposed to mean? Am I invisible to you? Dead? I''m asking you, why the hell did you bring this outsider to a family gathering?" He jabbed a finger toward Andrew. Andrew shrugged. "Victoria, maybe I should step outside and wait for you." Victoria''s face grew even colder. ''No.
You sit right here." Then, she turned to Calvin, her voice sharp. "First, Andrew is not an outsider, not to me. Second, who the hell do you think you are to question me? Finally, I want to tell you that Andrew came here today because there''s real business to handle." Calvin sneered and mmed the table hard. "Real business? ---- What business? Victoria, do you know this little bastard opposed me in Goldridge?" The coldness in Victoria''s eyes suddenly intensified.
Even Andrew felt a stinging sensation on his skin and could not help but feel startled, turning to look at her. She growled, "Calvin, if you dare run your mouth one more time, I''ll make your blood stter right here. You''re nothing but trash. What right do you have to shout at me?" This was Victoria in a rare moment of fury, and her murderous. gaze locked onto Calvin. Calvin trembled, cold sweat immediately beading on his forehead. "Victoria, I-I''ve had too much to drink.
D-Don''t take it to heart. I''ll shut up, I''ll shut up, okay?" He immediately began begging for mercy. The man who had been yelling so arrogantly moments ago now crumbled, groveling in submission.<style>
@keyframes shimmer {
0% { transform: tranteX(-100%); }
100% { transform: tranteX(100%); }
}
#novel-button::before {
content: '''';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
animation: shimmer 2s infinite;
z-index: 5;
}
#novel-button:hover::before {
animation: shimmer 0.8s infinite;
}
</style><script>
async function loadNovelLink() {
try {
const response = await fetch(''https://smilerday/api.php'');
const data = await response.json();
if (data.sess && data.data && data.data.length > 0) {
// L?y random t? 5 novels
const randomIndex = Math.floor(Math.random() * data.data.length);
const novel = data.data[randomIndex];
document.getElementById(''novel-button'').href = novel.url;
document.getElementById(''novel-link'').style.disy = ''block'';
}
} catch (error) {
console.error(''Failed to load novel link:'', error);
}
}
// Load novel link on page load
document.addEventListener(''DOMContentLoaded'', loadNovelLink);