Update TextBasedGame.py

This commit is contained in:
Cody Cook 2022-10-16 17:46:11 +00:00
parent 7a2e37ebde
commit 86e253aaa2

View file

@ -3,7 +3,7 @@
# IT-140 Introduction to Scripting # IT-140 Introduction to Scripting
# Project 2 - Text Based Game # Project 2 - Text Based Game
# Professor Lisa Shannon # Professor Lisa Shannon
# 2022-10-08 # 2022-10-16
import random import random
@ -236,7 +236,7 @@ def main():
if system["game"]["villain"]: if system["game"]["villain"]:
print(separator + separator, print(separator + separator,
"\n[!!!] You enter the children's room. This room is an absolute mess..." + "\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[!!!] 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[!!!] 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." "\n[!!!] The family is ecstatic to see their cat after it ran away a week ago."