From 1949b3cc604be769b78f7ab13c66ec283b6f49a7 Mon Sep 17 00:00:00 2001 From: LoafyLemon Date: Thu, 22 Feb 2024 10:16:54 +0000 Subject: [PATCH] Bug fix * Fixed waifu book ending 01 being unobtainable if Endings were unlocked in non-sequential order. --- game/scripts/inventory/books_waifu.rpy | 1 + 1 file changed, 1 insertion(+) diff --git a/game/scripts/inventory/books_waifu.rpy b/game/scripts/inventory/books_waifu.rpy index e524abcb..64923f6c 100644 --- a/game/scripts/inventory/books_waifu.rpy +++ b/game/scripts/inventory/books_waifu.rpy @@ -329,6 +329,7 @@ label waifu_book: gen "So I ended up with the same chick again?" ("base", xpos="far_left", ypos="head") gen "*Hmm*... Maybe I should try and make different choices next time...?" ("base", xpos="far_left", ypos="head") + $ waifu_progression["generic_ending"] = True # Modify item description to show seen endings. python: