---- Chapter 1980 The subordinate repeated, "Mr. Burke is dead! He was killed by Andrew. The Hopkins family just sent word." After he heard the report, Maurice was finally certain his ears were not ying tricks on him. Nheless, while his hearing was fine, his heart gave a painful jolt, and his fists clenched so tightly that his knuckles cracked. "That bastard really dared to attack the Driscoll family!
I didn''t think he''d actually have the guts to do it!" Maurice growled through clenched teeth, his voice rising into a furious roar. Walter''s death was, at best, a mild loss to him. The man had been a loyal servant for decades, yes, but to someone like Maurice, who was long ustomed to power ys and betrayal, loyal dogs were easy to rece. What truly stung was not the man''s life, but the insult to the family''s reputation.
Walter had been the Driscoll family''s chief steward and the leader of the Shadow Division. For him to be hunted down and killed by Andrew was undoubtedly a hard p to the Driscoll family''s face. "Exterminate!" Maurice snarled. "An eye for an eye. Hit him the ---- way he hit us!" After the initial wave of rage passed, his eyes turned ice-cold. " Tonight, the entire Shadow Division will storm The Sovereign Residences and wipe Serenity Vi off the map.
If this little brat wants to y, we''ll y to the very end." Two Shadow Division enforcers knelt before him, their voices in unison. "Yes, sir!" Maurice continued, "Walter''s dead, but I assume the Hopkins family is fine. What about Diego and Timothy? Are they on their way to Blumedale to follow orders?" The two men exchanged a heavy look, both seeing the difort in the other''s eyes. One of them spoke reluctantly. "Sir, Mr. Hopkins Senior says the Hopkins family suffered heavy losses.<fnb72c> ???s ??????? ?s ?????? ?? f?ndnovel</fnb72c>
It might take at least ten days before they cane to aid the Driscoll family." Maurice froze for a second, then gave an angryugh. "At least ten days? By then, I could''ve killed that Andrew brat 100 times over. The Hopkins are clearly stalling. But fine. Once Andrew''s dealt with, I''ll make sure the Hopkinses learn what fear really means." At this moment, Scarlett dragged her body into the room.
"Dad!" Maurice looked up and could not help but frown, "You''re this ---- badly injured, yet you''re not resting? Why are you running around? Scarlett gritted her teeth, "The injuries on my body won''t heal overnight. But no matter what, I won''t die from them! I came to tell you that something else has happened!" Maurice''s eyelid twitched as he hurriedly asked, "Something happened? What happened?" Walter''s death had put him on high alert, and now Scarlett hade personally to report.
Maurice had an ominous feeling that this matter would not be small either. "Just now, word came from Mr. Edison''s side that Andrew went straight to his door," Scarlett said, her voice trembling. "Mr. Edison fought to the death but was defeated and killed." The room went silent. Maurice didn''t speak. His expression froze instantly, as if someone had struck a pressure point. Edison, by seniority, outranked Maurice.
He had been considered the family''s second most important figure, just beneath Maurice himself. Though his martial skill had never been top-tier and Scarlett herself could outmatch him, his prestige and influence within the Driscoll family far outweighed any of the younger ---- generation. Maurice''s position as the family''s leader was in no small part thanks to Edison''s backing. And now, this crucial right-hand man had followed Walter to the grave, both killed by Andrew.<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);