---- Chapter 2348 Here in the Lloyd family estate, Luna''s presence seemed to shrink a little. Since she hade uninvited, she felt awkward, even nervous. "General Phn, what a rare guest! This must be your first time visiting our home, right?" With augh, Sheena appeared. Luna straightened immediately and greeted her politely. "Ms. Lloyd, hello!" Sheena waved her hand cheerfully. "Hello to you too! Oh my, carrying so many things... Are you here to visit someone?
Let me guess, it wouldn''t be the good-for-nothing Andrew, would it?" Luna''s face flushed, but she remained rtivelyposed. "Oh, yes, I''m here to check on Andrew. He helped our military department tremendously before, and Mr. Turman instructed me toe and express our gratitude." Sheena pointed in a direction. "Look, it''s over there. Walk in and turn left, and you''ll find it." Luna hurried to thank her. "Thank you." Then, she quickly walked away. Facing Sheena always made her feel ufortable. ---- The reason was obvious.
Sheena''s presence was too overwhelming, Following Sheena''s directions, she arrived in front of a small, rundown house. Natasha and Aspen happened to be away, having gone for morning training with the Lloyd family disciples. Only Andrew was there, shirtless, changing his bandages. Previously, he had been severely injured by Ezekiel, and his wound had notpletely healed yet. Luna suddenly felt at a loss. Of all the bad timing, she had arrived just when Andrew was not wearing a shirt.
Although she was a soldier and should not be so prudish, Andrew''s upper body with its defined muscle lines still made her feel somewhat embarrassed. Moreover, she could not believe that the Lloyd family''s Dragon Prince lived in such a shabby house. Luna waspletely dumbfounded. Was the Lloyd family internally mistreating Andrew? At that moment, Andrew noticed her presence. Turning his head, he looked surprised.<fna12c> Original content can be found at find·novel</fna12c>
"General Phn, what brings you here?" Luna took a deep breath, stepped forward, set down the items, and said, "Andrew, I''m here on behalf of the military to thank you ---- And also to check on how your injuries are healing." Andrew waved his hand with a smile. "It''s a small matter. As for thanking me, that''s not necessary. I told Philip that my intervention wasn''t because of him, so the military doesn''t owe me anything." Luna shook her head. "You can''t say that. Without you, Martial Tower might not have been able to hold.
Whether you acknowledge it or not is one thing, but we must show our gratitude." Andrew did not dwell on it further and pointed to a stool nearby. " Have a seat then. I don''t have any tea or coffee here, so please excuse the poor hospitality.". Luna said awkwardly, "That''s not necessary. I''m just here to see you. You don''t need to be so polite. How about I help you?" If she did not find something to do, she was afraid she would not be able to stay. Having such a polite and formal conversation with Andrew was unbearable for her. The rtionship between them was sometimes good, sometimes not.
It was truly torturous. Andrew chuckled. "No need, I can handle it." Luna bit her lower lip. Without saying more, she stepped forward ''on her own, took the other end of the bandage, and skillfully ---- helped Andrew tie it. When her slender fingers identally touched Andrew''s chest muscles, she could not help but tremble slightly. Andrew coughed, also noticing the second youngdy''s unusual behavior. Even so, he said nothing, much less asked any probing questions. "Alright, thanks!" While thanking her, Andrew put his shirt back on.
Luna walked back to the chair, straightened her dress, and sat down demurely. She wanted to find something to talk about, but discovered that for a moment, she had no idea what to say.<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);