Update TestBasedGame.py

This commit is contained in:
Cody Cook 2022-10-09 00:13:41 +00:00
parent 1eb31b7155
commit 3df7c20c48

View file

@ -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!")