---- Chapter 2277 Amari stroked his beard and said, "You know her. She''s Mika Owens, the Owens family''s princess in Chetvine." Andrew froze mid-step. Then, he shook his head again. "So it''s her? Forget it. Mika today isn''t the same Mika from ten years ago. She''s changed, and she doesn''t see me as a senior with any authority anymore. "Whether she does it on purpose or not, she''s always looking to challenge me. I have no interest in humiliating her in person, but I also have no interest in meeting her." Amari was surprised. "Oh? So that''s how it is. Well, I know your temper.
If you don''t want to see her, then don''t. The Owens family is indeed gaining power in Chetvine, and Mika is in the spotlight. "Some powerful families are already eyeing her as a potential daughter-inw. However, that girl is blind to true fortune. With your brilliance right in front of her, her arrogance is nothing butughable." Andrew waved his hand as he left. "That''s enough. I''m heading out." Amari hurried after him. "Let me walk you out." ---- Once Andrew was gone, Amari''s expression tured cold as he returned to the Sovereign''s Apothecary.
He muttered, "So that brat has fallen out with Andrew, huh? In that case, why should I waste my breath teaching her alchemy? The Owens family may act untouchable in Chetvine, but I''ll be damned if I don''t put her in her ce." Although Amari and Andrew had a big age gap and different standings, his respect for Andrew was genuine. Their years studying under the God of Medicine made Amari, stubborn as he was, deeply admire Andrew as his senior. Although Andrew had just brushed it off earlier without badmouthing Mika, Amari was already seething with rage.<fn859a> N?w ?ovel chapt?rs are published on FindN()vel</fn859a>
What did this little princess think she was? Did she really think that just because the Owens family had some influence in Chetvine now, she could act all high and mighty? Amari remembered what Mika was like back then. She practically threw herself at Andrew every chance she got. The angrier he got, the heavier Amari''s footsteps became as he stormed back into Sovereign''s Apothecary with a dark expression. ---- "Mr. Goodman!" The junior alchemists, students, and staff members at Sovereign''s Apothecary all greeted him as he passed.
Amari said nothing, but some of the more perceptive students clearly felt the storm brewing on his face. Coming toward him were Mika and her loyalpdog, Caden. "Mr. Goodman, what''s wrong? Why do you look so upset?" Mika put on an affectionate act, stepping forward to grab Amari''s sleeve. At the same time, she smiled sweetly. "Mr. Goodman, I brought you some wine. I treat you well, right? You can drink the wine, but you have to introduce me to your senior!" This was where Mika was truly dangerous.
In front of powerful elders, she put on this harmless, sweet, and charming act that was very endearing. At first, Amari had genuinely valued Mika quite a bit Caden handed over a jug of wine with a smile. "Mr. Goodman, this is what Mika brought for you. Go ahead and smell it. But you can''t drink it here, or Madam Baxter will punish us again if she sees it." ---- Amari took the jug. Then, with a loud crash, he smashed it on the ground without saying a word. "Who told you to bring alcohol in here, huh? This kind of thing had better not happen again. And you, Mika...
This is a public ce. What''s with all the touchy-feely stuff? Let go of my arm!" His series of angry shouts left Mikapletely stunned. Caden''s face turned pale with terror as he frantically apologized.<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);