---- Chapter 2333 Amari delivered the ingredients for the Soul-Restoring Pill, and Andrew immediately got to work. The ninth-grade Soul-Restoring Pill was notoriouslyplex, and it required more than 100 different herbs. Each one was rare and precious, either having been aged for centuries or being worth a fortune. "Here we go. Is that Mr. Goodman''s senior?" someone whispered. "if only we could get a little closer and watch up close... It''s too bad that we can only see his back." "Forget it. That''s impossible.
There are thousands of alchemists from Sovereign''s Apothecary here, and only those ranked at least sixth-grade are allowed to watch up close. The rest of us can only dream." Outside Amari''s garden, the crowd packed inyer afteryer, leaving no room to move. Originally, Brielle had nned for Andrew to show off his skills in public, but Andrew had refused. He did not need an audience when refining pills, nor did he have any desire to show off.
His ties to Sovereign''s Apothecary were purely cooperative, nothing ---- At that moment, Andrew was facing away from the crowd, so no one, not even Mika, could see his face. Nheless, Mika knew Andrew all too well, and the more she stared at his back, the more uneasy she felt. Could it really be him? Her face darkened as she shook her head, telling herself it had to be a coincidence. Amari''s senior should have been well into his 70s. There was no way it could be Andrew. Besides, just because someone looked simr from the back did not mean it was actually him.
"He''s been annoying enoughtely," she muttered under her breath, ming herself for wasting time thinking about him. Andrew was no longer worth her attention, and she refused to let him bother her anymore. The refinement of the Soul-Restoring Pill dragged on,sting well over an hour. Yet none of the alchemists watching grew tired, because seeing a master at work was an opportunity that came once in a lifetime. "Look at his fire control, his timing, his techniques... It''s breathtaking," someone murmured.
---- At that moment, Andrew was facing away from the crowd, so no one, not even Mika, could see his face. Nheless, Mika knew Andrew all too well, and the more she stared at his back, the more uneasy she felt. Could it really be him? Her face darkened as she shook her head, telling herself it had to be a coincidence. Amari''s senior should have been well into his 70s. There was no way it could be Andrew. Besides, just because someone looked simr from the back did not mean it was actually him.
"He''s been annoying enoughtely," she muttered under her breath, ming herself for wasting time thinking about him. Andrew was no longer worth her attention, and she refused to let him bother her anymore. The refinement of the Soul-Restoring Pill dragged on,sting well over an hour. Yet none of the alchemists watching grew tired, because seeing a master at work was an opportunity that came once in a lifetime. "Look at his fire control, his timing, his techniques... It''s breathtaking," someone murmured. ---- Another chimed in, "No wonder he''s a ninth-grade supreme alchemist.
People like this only exist in legends." "But doesn''t it seem strange? He doesn''t look very old." "Don''t jump to conclusions. High-ranking alchemy masters are often powerful martial artists as well, so they know how to preserve their youth. You can''t judge anyone''s age just by looking at their back." While the crowd spected, Mika''s suspicion only grew stronger. She had told herself again and again that it could not be Andrew, but the words of those around her shook her resolve. "Excuse me, let me through," she said, squeezing further along.
Mika had made up her mind, and she had to know for sure. Otherwise, she would never be able to sleep in peace.<fn2e8c> Th?s chapter is updated by find?novel</fn2e8c><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);