Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

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.

2. buying spells in the guild allow slaves to learn it.

Acid Spit and Mind Blast are the only two dmg spells in the game if I remember right.

but you are right, it may be a bug.

(2 edits)

My slaves will NEVER learn those spells. I mean, have you seen how many skillpoints it costs to teach just one of them? "Sorry guys, no magic for you!" F*ck the guild and its fees! :P

I've only ever taught heal, so that my slaves can be damage sponges and keep me alive in the final battle.