0.5.15d
1. During sex scenes, if I click a character's name, the pop-up with their description doesn't show up. The console message is:
SCRIPT ERROR: slavedescription: Invalid get index 'unique' (on base: 'Reference ()').
At: res://files/scripts/newsexsystem.gd:588
The "unique" attribute is undefined for all members (except for dogs and horses). I've temporarily fixed the bug by adding:
var unique
to the definition of the "member" class and:
newmember.unique = person.unique
to the ready() function.
2. Not sure if it's a bug: "Acid Spit" and "Mind Blast" are listed both among the abilities that my MC can unlock for free, and among the spells that he can purchase at the Guild. Why the second option? So that the MC can unlock those spells even if he doesn't meet the stats requirements? If it matters, my MC is a demon.
3. I see that now some abilities consume energy when used in battle. I suggest that, when energy requirements are not met (e.g. when the character is low in energy), their icons should be greyed out (like spells during their cool-down period). I kept clicking Heavy strike and Aimed strike and I couldn't understand why they didn't work.
4. When Mind reading is cast, only the stats of the rightmost enemy are visible. In this screenshot, for instance, the stats of the left bandit are hidden by the portrait of the right bandit.