diff --git a/theTimeMachine.py/story.py b/theTimeMachine.py/story.py index 27e5e01..58bdf49 100644 --- a/theTimeMachine.py/story.py +++ b/theTimeMachine.py/story.py @@ -314,19 +314,6 @@ def choseSouth(): and maps made by previous attempts would help him a lot having a safer trip.""", 500, 200) canvasChoiceButton("Continue", talkWithWife, 700, 400) - -def choseStormWasComingTowardsThem(): - textToCanvas("""My fellow brothers don't panic! Everything will be fine! Paul turn the sail to the left!" - "But Ricardo, we don't stand a chance of what's coming! This will be messed up in any ways.""", 500,200) - canvasChoiceButton("Continue", talkWithWife, 700, 400) - - -def choseRiskHisLifeToSaveHisBrother(): - textToCanvas("""Eventually, the storm appeared over them and the boat was collapsing due to strong waves of the ocean. - At that moment he could see his brothers struggling but he felt helpless. He had a difficult - choice to make between risk his life to save his brother.""", 500, 200) - canvasChoiceButton("Continue", talkWithWife, 700, 400) - def canvasChoiceButton(buttonText, command, w, h): choice = Button(text=buttonText, command=command)