From a5b596da873fb73949a57c1080da01f90d0d7007 Mon Sep 17 00:00:00 2001 From: CaveManon Date: Mon, 1 Mar 2021 11:08:52 -0600 Subject: [PATCH] made the ending restart button differentiate more from the swearing selection button --- game/MomCanSeeThis.rpy | 6 +++--- game/Normal.rpy | 4 ++-- game/options.rpy | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/game/MomCanSeeThis.rpy b/game/MomCanSeeThis.rpy index a8fb608..82d2509 100644 --- a/game/MomCanSeeThis.rpy +++ b/game/MomCanSeeThis.rpy @@ -1182,11 +1182,11 @@ if score == 3: #The Good Ending label playAgainSfw: menu: - "would you like to play again?" - "no thank you": + "would you like to play again?" + "I do not want to play again": "Thank you for your time!" $ renpy.quit() - "yeah": + "I would like to play again": jump start diff --git a/game/Normal.rpy b/game/Normal.rpy index 66cfa25..74f861c 100644 --- a/game/Normal.rpy +++ b/game/Normal.rpy @@ -1187,9 +1187,9 @@ if score == 3: #The Good Ending label playAgain: menu: "would you like to play again?" - "no thank you": + "I do not want to play again": "Thank you for your time!" $ renpy.quit() - "yeah": + "I would like to play again": jump start diff --git a/game/options.rpy b/game/options.rpy index 9c66187..e6feb19 100644 --- a/game/options.rpy +++ b/game/options.rpy @@ -23,7 +23,7 @@ define gui.show_name = True ## The version of the game. -define config.version = "3.0" +define config.version = "3.1" ## Text that is placed on the game's about screen. Place the text between the