Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(11 edits) (+2)

Questions for the devs:

  1. Can Scrap's Corruption actually reach 4? https://lustful-desires-wiki.fandom.com/wiki/Scrap#Corruption (most of scrap.rpy)
  2. For the "virgin for Logan" route, it'd be nice if the Full Moon event log only checked bar_shop_third_date.limit > 0 instead of telling you to get Bernard's 3rd heart (quest_log_screen.rpy#3078) for the rest of the event
  3. The Matriarch fight aftermath code in Country Road is kinda buggy https://lustful-desires-wiki.fandom.com/wiki/Matriarch#Fight (forest_bridge.rpy#431-478) (I think flag_3 == 3 should be flag_1 == 3? And the code seems like ending the fight by depleting your sanity might use the last_battle_result from a previous battle due to script.rpy#7058 in label battle_result)
  4. Could you allow e.g. Emerine Arrows to grant Illumination for Cave exploration (script.rpy#2016, check_equip_light) without requiring you to also have a Ranged Weapon equipped?
  5. I don't think northcrest_brothel_rec_bandits can ever be completing without paying out of pocket because northcrest_brothel_rec_bandits.progress[0][2] is never incremented by stealing from bandits? misread the code, stealing from 10 bandits gives the same rewards as fronting the costs yourself
  6. The Banana is not actually consume-able. It is marked as "resource", which is correct, but also "consumable", "restore", and "cook", even though it cannot actually be consumed or "cooked" with (it can, however, be "crafted" into a Fruit Basket). Since it's described as "Quite tasty on its own", I'm guessing you forgot to add consume code.