Exchange Program
New Roommate 0.05
Monday
Day 1
07:00
You
Cash:
$100
Energy:
3/3
Sex-skill:
1
Other Characters
Alice (Exchange Student)
Lust:
10
Corruption:
0
Relationship:
0
Ovulation:
???
Pregnancy:
no
Location:
Hallway
Rachel (Host Mother)
Lust:
10
Corruption:
0
Relationship:
0
Ovulation:
???
Pregnancy:
no
Location:
Hallway
Ross (Host Father)
Lust:
20
Corruption:
0
Suspiciousness:
50%
Trust:
0
Location:
Hallway
</div>
<div class="location-description">
A charming local cafe with comfortable seating and friendly atmosphere. Perfect place to work part-time, earn money, and take a break from daily routine.
<strong>Work schedule:</strong> Available for work shifts to earn cash. Takes 6 hours per shift. Good way to improve your financial situation.
</div>
<div class="interaction-buttons">
<button class="interaction-button" onclick="workInCafe()">Work as Cook (+$150, 6 hours)</button>
<button class="interaction-button" onclick="goToRoom('hallway')">Return to Home</button>
</div>
</div>
<div class="location-description">
A large shopping center with various stores and entertainment options. Here you can purchase special items that may help in your daily interactions and activities.
<strong>Shopping:</strong> Purchase magazines, movies, supplements, and subscriptions. Each item has unique effects and usage conditions. Check inventory for details.
<<if mallOpen>>
<p>The mall is currently open (9:00-18:00).</p>
<<else>>
<p>The mall is currently closed (opens at 9:00, closes at 18:00).</p>
<</if>>
</div>
<div class="interaction-buttons">
<<if mallOpen>>
<button class="interaction-button" onclick="buyItem('porn-magazine')">Buy Porn Magazine ($20)</button>
<button class="interaction-button" onclick="buyItem('dvd-porn')">Buy DVD Porn Film ($80)</button>
<button class="interaction-button" onclick="buyItem('aphrodisiak')">Buy Aphrodisiak ($100)</button>
<button class="interaction-button" onclick="buyItem('adult-channel')">Buy Adult Channel Subscription ($50)</button>
<<else>>
<p>All shops are closed.</p>
<</if>>
<button class="interaction-button" onclick="returnToHomeFromMall()">Return to Home (1 hour)</button>
</div>