diff --git a/game/images/cgs/a12.jpg b/game/images/cgs/a12.jpg index 212ea9b..cdbf259 100644 Binary files a/game/images/cgs/a12.jpg and b/game/images/cgs/a12.jpg differ diff --git a/game/script/13D.fang-plays-well,-naomi-jealous,-fang-talks-to-anon-to-break-up-while-she-thinks-about-her-life.rpy b/game/script/13D.fang-plays-well,-naomi-jealous,-fang-talks-to-anon-to-break-up-while-she-thinks-about-her-life.rpy index d95fb2e..9ba2fe9 100644 --- a/game/script/13D.fang-plays-well,-naomi-jealous,-fang-talks-to-anon-to-break-up-while-she-thinks-about-her-life.rpy +++ b/game/script/13D.fang-plays-well,-naomi-jealous,-fang-talks-to-anon-to-break-up-while-she-thinks-about-her-life.rpy @@ -13,6 +13,7 @@ label chapter_13D: window auto pause .5 + $renpy.mark_image_seen("stair3") scene gold_fang_home_prom_stars with Dissolve(2) pause 1 diff --git a/game/script/14A.KO_OP-ending.rpy b/game/script/14A.KO_OP-ending.rpy index 0895d24..b5bd3ad 100644 --- a/game/script/14A.KO_OP-ending.rpy +++ b/game/script/14A.KO_OP-ending.rpy @@ -854,6 +854,7 @@ label chapter_14A: ypos 0 with Dissolve(2) + $renpy.mark_image_seen("a12") F "A-Anon{cps=*.1}...{/cps} WHY ARE YOU-!" A "Aaaah{cps=*.1}...{/cps}{w=.4} haaaah{cps=*.1}...{/cps} Fang{cps=*.1}...{/cps}{w=.4} why{cps=*.1}...{/cps}?" @@ -1155,6 +1156,7 @@ label chapter_14A: window auto pause .5 + $renpy.mark_image_seen("a11") scene a11 with Dissolve(2) pause 1 diff --git a/game/script/9.anons'-dirty-laundry-gets-put-up-to-air.rpy b/game/script/9.anons'-dirty-laundry-gets-put-up-to-air.rpy index 62cd553..97832d9 100644 --- a/game/script/9.anons'-dirty-laundry-gets-put-up-to-air.rpy +++ b/game/script/9.anons'-dirty-laundry-gets-put-up-to-air.rpy @@ -462,6 +462,7 @@ label chapter_9: "More pictures." "So many more pictures." + $renpy.mark_image_seen("projector9") show projector9_blur behind reed, naser with Dissolve(.25) "Each one more and more embarrassing than the last." diff --git a/game/storyline.rpy b/game/storyline.rpy index 9c841d5..751344b 100644 --- a/game/storyline.rpy +++ b/game/storyline.rpy @@ -84,13 +84,14 @@ label .ending: scene black with Dissolve(3) pause 2 if tradwife: - scene c10 with Dissolve(1.5) - pause 20 - scene black with Dissolve(2) - pause 1 + scene c10 with Dissolve(1.5) + pause 20 + scene black with Dissolve(2) + pause 1 elif anonscore >= 4 and fangscore >= 4: - scene ending_d_cg with Dissolve(1.5) - pause 20 - scene black with Dissolve(2) - pause 1 + $renpy.mark_image_seen("golden ending") + scene ending_d_cg with Dissolve(1.5) + pause 20 + scene black with Dissolve(2) + pause 1 return