Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Strive for Power

Fantasy Slave Management/RPG Erotic Game · By Strive4Power

[Bug] The Dream spell returns an incorrect description.

A topic by sonpansatan created Dec 21, 2018 Views: 171
Viewing posts 1 to 1

Version: 0.5.22b

OS: Windows 10

Error happens when casting the "Dream" spell on a slave.  The caster's name and sex is used  in the description. 

Note: Unlike the other spells, the return text from the dreameffect function in spells.gd is not run through person.dictionary() but is sent directly back.  Changing the return statement to return person.dictionary(text) fixes this issue.