Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

in 0.2.5 the relationship with Lynx is only increased when the hints are active, probably not intended?

2/Scripts/Eventos/SchoolW3/d16r1.rpy around line 370:

if info == 1:
    ###INCREASE RELATION###
    infor "This choice will increase your relationship with [ly]."
    $ renpy.retain_after_load()
    $ lynxlove += 1

imo the indentation of the last two lines should be on the same level as "if"

edited to add: similar in "label a02sunscreen"