diff --git a/adagm.py b/adagm.py index a46a934..aecf55c 100644 --- a/adagm.py +++ b/adagm.py @@ -33,9 +33,14 @@ def get() : def displayMsg(): - print("good morning, cult member! you slept in again. quick, you must make your bed and join the others in worship or the Leader may punish you.") + print("""°❈°good morning, cult member!°❈°""") + print("""you slept in again. + quick, you must make your bed and join the others in worship or the Leader may punish you.""") time.sleep(3) - print ("good, you have made your bed. you look around the communal bedroom, where two rows of neatly made single beds remind you that everybody else rose a long time ago. there are four doors, facing each cardinal direction. which direction do you wish to go?") + print ("""good, you have made your bed. + you look around the communal bedroom, where two rows of neatly made single beds remind you + that everybody else rose a long time ago. + there are four doors, facing each cardinal direction. which direction do you wish to go?""") # ------------------------ # START OF GAME