Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(3 edits)

0.5.15d

1. A couple of bugs in traits.gd:
- "Pretty voice" is not listed among the traits conflicting with "Mute" (while the contrary is true)
- "Prude" is not listed among the traits conflicting with "Fickle" (again, the contrary is true)
- when listing the traits conflicting with "Strong", the "Weak" string is lowercase (while it should be capitalized)

2. Trying to tie a man with a rope in a sex scene, but the button doesn't work. Console message:
SCRIPT ERROR: takereffect: Invalid get index 'sens' (on base: 'Dictionary').
             At: res://files/scripts/actions/409rope.gd:58

At line 50: effects.sens is not defined.
Same error when putting a ring gag: in 403ringgag.gd,  line 49, the "sens" key is not defined.