0.5.15d
1. If the MC dates a slave and she accepts to have sex, the next time I open the "Interaction"tab I read: "Mode: Sexmode"
I think the bug is due to line #1060 of dating.gd:
get_parent().sexmode = 'sexmode'
Without punctuation marks the code should run fine.
2. Characters with no portrait, when in jail, are not aligned with the rest of the slaves (while they are when in the common room):
3. When fighting against Ayneris, her avatar is stretched:
4. Dates usually end in an unexpected way. I mean, a girl can react badly to actions like "Intimate Talk", "French kiss" and "Touch", but she never says no to sex, as long as her mood is high. Even if on her first date. The function:
self.mood*5 + person.loyal*2 + person.lust + drunkness*3
makes the girls a bit, er, "easy". It's not a bug, of course. Just... it's weird.
5. In questtext.gd, line #295, Ivran is mispelled as "Irvan".
6. In globals.gd, the assertiveness is not limited, no setter/getter are defined for it. So it can easily go over 100 or below zero.