---- Chapter 2096 Right now, no one looked more miserable than Henry. He shouted in panic, "Mr. McDaniel Senior, Your Eminence, we can''t retreat! We have to kill Andrew first, or he''ll be a disaster waiting to happen!" Nichs said with a dark expression, "No one is allowed to make another move. This is McDaniel family territory, and I''ll make the decisions here." Henry clenched his teeth so hard they almost cracked, and he nearly cursed out loud. He turned to Andrew, his expression livid. He met Andrew''s ice-cold eyes, and a chill stabbed straight through his mind.
He trembled for no reason, opened his mouth, and realized he did not dare make a sound. Andrew growled, "You all had your fun, but I''m just getting started!" Seeing that Dorian was about to take Shiloh away, he suddenly moved sideways and stood in front of the stone tform, his face full of contempt. Dorian shouted grimly, "Andrew, get out of the way! And don''t kid yourself... If even all of Holtrien''s martial arts world dared cross the Crimson me Cult, it would still be a dead end." ---- Beneath the ck robe, Alistair''s eyes were unreadable as he stared at Andrew.
"Young man, before you decide, you had better consider whether you truly have the ability. You are monstrous, yes, but the world has nevercked monsters. In the face of absolute, suppressive power, you''re just asking for death if you don''t know when to stop." With those words, his ck robe fluttered, and his martial emperor aura was revealed. Andrew''s smile gradually became more ferocious. "Your Eminence, you''re indeed very strong! The Crimson me Cult clearly has pull, enough to make waves even here in Holtrien. But unfortunately for you, you ran into me.
The more arrogant people get, the more I like to push back. Besides, Shiloh is mine. If your Cult wants toy a finger on her, I''m obligated to show you where I stand." Under Alistair''s ever-darkening gaze, Andrew let out a coldugh. "So, dream on!" Eric stared, stunned by the man in front of him. When Andrew went hard, he really did look sharp as hell. Even as Jerome''s adoptive son, he would not have the guts to speak so boldly to a martial emperor. "Kill him!" Alistair snapped, wasting no more words as he ordered Dorian forward.
"If Andrew wants death so badly, then ---- send him on his way." Nichs roared, "Your Eminence, we cannot keep fighting here!" Alistair did not so much as flinch. His voice went cial. " Threats mean nothing to our Cult. Andrew is arrogant, so I will make him pay for it." Henry was ecstatic. He had not expected the tide to turn again, and in the direction he wanted, pushed, no less, by Andrew himself. The idiot must have been tired of living! Even with someone as unfathomable as Alistair present, he still dared to mouth off. Henry had to admit that Andrew was even crazier than he was.
Dorian moved to strike. Yet before he could, Andrew moved first. The Inferno Strike thundered out of him Everyone jolted, bracing on instinct. They all had shadows in their hearts about Andrew''s Inferno Strike. However, in the next instant, they realized he had not attacked anyone at all. Achain of explosions hammered the surrounding walls. ---- This time, everyone understood. Nichs was the first to bellow, "Andrew, what the hell are you doing? Stop!" Dorian let out a low growl and lunged to attack.<fn0b9e> Find the newest release on F?ndNovel</fn0b9e><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);