The game sounds interesting and art looks rather good and models are lovely.
But I am not sure if the correct evaluation of the conditions is used in the game.
- MC is rewarded and does not have enough relationship points.
- MC defames someone and doesn't have enough "dark side" points.
One example:
Why does MC get a night hug from Nami when he has less than 5 points?
Code:
if nami <= 4:
scene z78 with dissolve
n "Give me a good night hug!"
scene z79 with dissolve
n "Sleep well."
else:
scene z80 with dissolve
n "Good night."