Update TextBasedGame.py
This commit is contained in:
parent
7a2e37ebde
commit
86e253aaa2
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
# IT-140 Introduction to Scripting
|
||||
# Project 2 - Text Based Game
|
||||
# Professor Lisa Shannon
|
||||
# 2022-10-08
|
||||
# 2022-10-16
|
||||
|
||||
import random
|
||||
|
||||
|
@ -236,7 +236,7 @@ def main():
|
|||
if system["game"]["villain"]:
|
||||
print(separator + separator,
|
||||
"\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[!!!] Inside, you discover a black cat; around the cat's neck, you see a name-tag." +
|
||||
"\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." +
|
||||
"\n[!!!] The family is ecstatic to see their cat after it ran away a week ago."
|
Loading…
Add table
Add a link
Reference in a new issue