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