Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

small bug: talking to Power in the office sets evergarden_class_asuka to true - this reenables the scene evergarden_asuka_1 in the school (university.rpy around line 88).

the trigger variable is set once (and correctly) in asuka_part_1 (asuka.rpy around line 363), talking to Power should not touch it, imho

working with Rebecca - one bug, one inconsistency, one proposal:

* even when Asuka's dress is already bought going over 400$ sets the mission to "buy a dress". this can be mitigated with changing line ~ 221 in city.rpy from 'if money_account >= 400:' to 'if money_account >= 400 and mision_dress_asuka = "true":'

* ending the drone shooting with 400+$ gives the line "This should be enough to buy a new dress for Asuka.", even when the dress is already bought. same fix as above, around line 51 of city.rpy

* add a small amount of money (10$ per drone or so) when someone actually plays the minigame - as small bonus for everyone nit skipping it