Previous post was getting a little long, so here's a new one
Bug: If you get pregnant in Hell at the beginning of the game and give birth while you're drowning, it sequence breaks and you're put back at the top of the summit. You're then able to go down like normal, but still a weird break
Bug?: I'm not sure if it's the "Last of your line" elf thing or taking the hyperfertility boon at character creation, but the
instant my character gets semen inside of her, she gives birth. And if it's not instant, then it's a few passages later. She can then continue giving birth for as long as she has semen inside of her. Edit: This has started happening on another character, so I'm not sure what's going on
Bug: Giving yourself to demons in hell either pulls up what I think is the wrong image or no image at all since in code it's labeled "Captive.jpg" 1-10 and Captive only goes up to 7. I think it's supposed to be "demon.jpg" 1-10
Bug: If you are female and have a female client at the brothel, you're shown a whole lot of goblin images no matter your race and the last of it are broken images. In code, one of the "<" at the beginning of the image selection section is missing and it's "Goblin' instead of "Goblin". After that's fixed, the image still doesn't display if neither of you are goblin, lizardfolk, or Sultanate because the pathing is slightly wrong
Bug: Donating to the orphanage doesn't visibly remove food from your inventory. I had 7 fish when I started, I had 7 fish when I finished even though I donated 4 of them. Donating to the Lizardfolk
does work, so you might be able to copy the code from there with the changes the orphanage needs
Bug: Using lactaid gives you this error message and does not increase your lactation. The lactaid does disappear from your inventory though. With a little digging, it's because the consumableEffect has "State.variable.lact" instead of "State.varibles.lact". The rest of the variables in that section follow the same. Really? All that mess over a missing "s"? As far as I can tell, it increased the bust size
, but did not start lactation. It did. I either got unlucky or needed the 1 or 2 others to get a decent flow
Bug: The ability to talk to your coworkers at The Frog is missing. I can see the button there, but it doesn't show up for some reason. I band-aid fixed it by initializing loversFrog somewhere away from The Frog's shit. There's probably a better way though.