---- Chapter 2266 Philip said, "Either way, giving him some Heavenly-tier martial arts would''ve been fine. It could''ve at least boosted his strength." Adriel gave a coldugh. "Do you think I didn''t consider that? At first, he did seem interested, but the moment I offered, he looked at me with disdain and walked away. Philip, that boy''s resentment and hatred have not eased one bit." He continued, "You''ve run the military for 50 years, and your biggest mistake was what happened back then. I don''t want to meddle, so you''d better figure out how to make it right with him." Philip snorted.
"You''re wrong. My biggest mistake wasn''t owing Andrew; it was failing to wipe out those Chetvine ns and a few royals. I should''ve killed everyst one of them. You say I owe him? "Let me tell you, not just me, but you and plenty of others all owe him. You dumped the weight of morality on me while you hid in the shadows, so screw that. Every scar on his heart and body from back then is on all of us, and none of you can shirk that responsibility!" Adriel sank into dead silence, acquiescing to the statement.<fn28ff> Readplete version only at find?novel</fn28ff>
Dust floatedzily in the tower''s quiet air, drifting in and out of ---- the light, as if time itself had been sealed away here. Philip''s projection slowly faded, leaving everything silent again. Only a weary sigh lingered, heavy with age and helplessness. Andrew hade to Martial Tower with one goal: to use high- level techniques to force a breakthrough in his energy core. It was a reckless n, but he did not care because he had to at least try.
Yet, it seemed Reginald had already thought of this years ago and tried that himself Since even Reginald had failed, Andrew saw no point in banging his head against the wall. Rumor had it that the top three floors of Martial Tower held treasures so rare they could drive men mad. However, Andrew did not even bother asking, because he already had his own ultimate treasure, the Elixir of Immortality. That was his final trump card.
He had no idea what would happen if he swallowed it too soon, so unless there was no other choice, he would never touch it Andrew returned downstairs and walked straight out. But before he could leave, a voice as sharp and cold as ice stopped him. "Andrew, wait a second!" ---- He did not need to turn around to know it was Luna. "General Phn, do you have something to say?" But still, he turned and looked at her, his face calm and detached. Luna stood ten steps away, staring at him. The light and shadows made his face look hazy, and she wanted to move closer to see him clearly.
Yet, for some reason, she could not take that step. She mumbled, "I''m sorry I stopped you for no real reason. I just wanted to say... thank you." Andrew frowned. "Thank me? I haven''t done anything worth your gratitude. On the contrary, you must have heard a few things about me from Conrad, right? Let me give you some advice: stay away from me. "The Chetvine ns are lining up to kill me, and if anyone finds out we knew each other, especially after what happened at Gabo Creek, your career will take a serious hit." Luna''s lips trembled, and her voice came out hoarse. "I''m not afraid!
And I don''t think anyone has the right to me you. I already know the truth about what happened with the Iron Cavalry squad back then..."<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);