m0us3r
Active Member
- Nov 28, 2020
- 549
- 1,637
- 308
Bug report:
1
"Wetness" quest has no description etc. It appears in "quests" only when completed.
2
Inconsolablecharscript.rpy
line 6191:
r "I just need a minute to get dressed. Then we’ll go for a drive."
=>
ruby "I just need a minute to get dressed. Then we’ll go for a drive."
3
line 6952:
r "Your father always kept it hidden. It was like he was scared someone was after it and would steal it or something."
=>
ruby "Your father always kept it hidden. It was like he was scared someone was after it and would steal it or something."
4
repeatable_gym_102.jpg
IOError: Couldn't find file 'images/The_Gym_Incident_QUEST/repeatable_gym_102.jpg'.
5
dymmy.rpy
line 1145:
rain "Cool accent, where are you from?"
=>
r "Cool accent, where are you from?"
6
line 2291:
if money >+ 1000:
=>
if money >= 1000:
7
line 2356:
if money <+ 999:
=>
if money <= 999:
1
"Wetness" quest has no description etc. It appears in "quests" only when completed.
2
Inconsolablecharscript.rpy
line 6191:
r "I just need a minute to get dressed. Then we’ll go for a drive."
=>
ruby "I just need a minute to get dressed. Then we’ll go for a drive."
3
line 6952:
r "Your father always kept it hidden. It was like he was scared someone was after it and would steal it or something."
=>
ruby "Your father always kept it hidden. It was like he was scared someone was after it and would steal it or something."
4
repeatable_gym_102.jpg
IOError: Couldn't find file 'images/The_Gym_Incident_QUEST/repeatable_gym_102.jpg'.
5
dymmy.rpy
line 1145:
rain "Cool accent, where are you from?"
=>
r "Cool accent, where are you from?"
6
line 2291:
if money >+ 1000:
=>
if money >= 1000:
7
line 2356:
if money <+ 999:
=>
if money <= 999: