Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

hook71

1
Posts
7
Following
A member registered Dec 06, 2019

Recent community posts

Some small bugs I noticed.


One question never shows. Line 173 in d1.rpy:

"How many staff are left?" if seenOnce2 and seenOnce3:

->

"How many staff are left?" if seenOnce2 and not seenOnce3:


The game doesn't end. Changed in d2.rpy (lines 843-845):

scene red with slowdissolve

scene theend1 with dissolve

mc "No! I let her die..."

->

scene red with slowdissolve

mc "No! I let her die..."

jump theEnd


Nara should lose sl and not Iggdra. Line 46 in d4.rpy:

$ i_sl -=1

->

$ n_sl -=1


Liv should gain sl and not Laurie. Line 447 in d6.rpy:

$ l_sl +=1

->

$ o_sl +=1

Thanks for a very fun game!

/Anders