Merge branch 'codycook-main-patch-17678' into 'main'
Update TestBasedGame.py See merge request scripts/textbasedgame!1
This commit is contained in:
commit
c7b4328b4b
1 changed files with 5 additions and 4 deletions
|
@ -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!")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue