Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

just noted a third one in it: when MC buys the clothes the variable "hana_casual_clothes_flag" is set (line 526) but not "hana_casual_clothes_give_flag".

it was quite confusing when I played the "Give her the casual clothes" scene and she was totally surprised about the outfit she already owned :D

another small inconsistency happens in hana_trust_event_09.rpy in the menu option "What do you use to clean yourself?"

here you use "if hana_affection_event_04_buy_brush == True:" as trigger (line 123) for a "thanks for the brush" line but actually you should use "hana_affection_event_04 == True" (buy_brush only tracks that MC bought the brush, giving it to her changes the variable I proposed)