From 3df7c20c48c201d6b0d1ced4320d731e1b3a2eda Mon Sep 17 00:00:00 2001 From: Cody Cook Date: Sun, 9 Oct 2022 00:13:41 +0000 Subject: [PATCH] Update TestBasedGame.py --- TestBasedGame.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/TestBasedGame.py b/TestBasedGame.py index 353bc51..d043968 100644 --- a/TestBasedGame.py +++ b/TestBasedGame.py @@ -230,10 +230,11 @@ def main(): system["game"]["completed"] = True if system["game"]["villain"]: print(separator + separator, - "\n[!!!] You enter the children's room." + - "\n[!!!] This room is an absolute mess..." + - "\n[!!!] Inside, you discover a black cat." + - "\n[!!!] Could this have been the troublemaker all along?") + "\n[!!!] You enter the children's room. This room is an absolute mess..." + + "\n[!!!] Inside, you discover a black cat; around the cat's neck, you see a nametag." + + "\n[!!!] Scratchy is the cat's name. Could this have been the troublemaker all along?" + + "\n[!!!] You take Scratchy to the owners of the house. They are ecstatic to see their cat after ." + ) print("\n[Game Over] The game is exiting. Thank you for playing!")