Merge branch 'codycook-main-patch-17678' into 'main'

Update TestBasedGame.py

See merge request scripts/textbasedgame!1
This commit is contained in:
Cody Cook 2022-10-09 00:13:58 +00:00
commit c7b4328b4b

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