Damsels 1.12.1 Changelog
Added 2019-05-06 14:39:15 +0000 UTCLinks to the new release are in the 1.12 release post.
Bug Fixes:
You should now be able to get the reward for doing the paladin quest once and only once -- if you’ve already gotten it before the fix, you should be able to get it once after the fix. *
Raphaelle’s next quest should become available after you get the reward in the fixed version. *
Lucretia will no longer bite monster girls (which caused an error)
Monster girls can no longer go on missions (which sometimes caused an error)
Amora’s stats (and only Amora’s stats) will display during the last part of the find uncle quest, and her stats will no longer display after the quest is completed.
Amora’s question about where would be a good place to an orgy now properly takes the place of the “hello” text, rather than blocking her chance of having a sex scene.
Fixed an unreported bug that was causing mis-identification of monster girls in general, which may have been causing undetected problems.
Comments
Sorry, I got nothing. The code is literally as simple as giving you the option to learn the spell if "not know_angelic_dreams". So if you're not getting the option, it's because you know it already. The option to cast it is a little more complicated: "Cast Angelic Dreams on her for 20 mana" if know_angelic_dreams and char.removable_fetish() and not char.dead and mana >= 20 and not "Corrupted" in girl.traits: -- are all your girls Corrupted? (a removable fetish is basically a fetish that isn't their latent fetish)
Amaraine Games
2019-05-13 12:58:55 +0000 UTCSomehow I meet all those criteria, but don't think I ever had the option to learn angelic dreams this playthrough (at this stage I have cleared all the goals and have quite a lot of gold sitting in my treasury.
Jake
2019-05-11 13:55:39 +0000 UTCThe spell is Angelic Dreams, and none of the coding for that was changed. The only requirement to get the spell is that you don't already have it, and that you have 300 gold.
Amaraine Games
2019-05-07 15:43:32 +0000 UTCI got a new quest from Raphelle to cure perversions from 5 girls. But for some reason I don't have the correct spell, and neither can I learn it from her.
Jake
2019-05-07 13:20:21 +0000 UTC