---- Ss narrowed his eyes at me over Sigrid''s shoulder. "I don''t like you touching other males," he said, not even trying to hide it. "Well, I''ll keep that in mind," she answered casually, clearly not giving a damn about his jealousy. "Let''s go eat," she said, grabbing his hand to drag him away. "You go ahead. I need to talk to... Aidan." "Ss..." "I''m not gonna hurt him," he said, trying to calm her. I stayed alert as she walked away, shing me a final smile.
I wasn''t afraid of Ss despite his power, but he was Nyx''s father, and I didn''t want to upset my girl. "She marked you," he stated bluntly. "Did you ask her to?" ---- "And what if I did?" I shot back, a bit defensive. "That''s a private matter between us. You can rest easy now, Specter King-I''ll take care of Nyx." "I''ll never stop watching over my children. Nyx gave you a great gift. I just hope you know how to treasure it." "L will," I replied without hesitation.
"And that life-or-death bond only kicks in if she dies. If you die... she keeps living." So basically, he can kill me and walk away no problem. No one told me directly, but I suspected it after hearing her great -grandma offed her first mate during their ceremony. "I don''t care if I die with my female. I already lost one mate, Ss. You have no idea what that kind of pain feels like. If I lose Nyx too..." I paused, closing my eyes. Just thinking about it hurt like hell.
There weren''t words for that pain. "So yeah, I''m fine with it," I said, looking out the window at my realm stretching far and wide. ---- "In fact... it''s a relief this way..." The words slipped out in a whisper, straight from the bottom of my soul When I turned to face him again, ready to say more... I found his back. He was already walking away down the hall. Rude son of a bitch. + How the hell did someone like him raise someone as sweet as Nyx?
I huffed, waiting for him to leave so I could head to the dining room. But he stopped right at the doorway. "She likes her toast soft, with butter and blueberry jam. Her chamomile tea has to be cold... she only drinks it hot when she''s sad." 2 I blinked, stunned he''d just shared those intimate little details about my mate. He hadn''t even turned around, and his voice, though neutral as always, carried a weight of mncholy and longing. ---- What would it be like to have a father like Ss...
if you were a sweet little pup like my girl? He left the same way he always showed up-like a shadow, a spirit cloaked in mystery. Took me a few minutes to snap out of it. Why was he helping me? Was it pity for what I said? Or had he somehow felt my storm of thoughts? Does the Specter King... have feelings too?
?? Read Full Novel →
<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);