From 871d2649c85c56c6b092cffa91a42e2a3210706d Mon Sep 17 00:00:00 2001 From: George Angelopoulos Date: Wed, 24 Apr 2013 18:44:20 +0300 Subject: editted fake error on bug quest --- weatbag/tiles/s2e1.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'weatbag') diff --git a/weatbag/tiles/s2e1.py b/weatbag/tiles/s2e1.py index 42c3b72..f09581f 100644 --- a/weatbag/tiles/s2e1.py +++ b/weatbag/tiles/s2e1.py @@ -20,7 +20,10 @@ class Tile: do[0] == 'crush' or do[0] == 'fix' ): print("Traceback (most recent call last):\n" - " File \"computergame.py\", line 97397, in matrix.py\n" + " File \"matrix.py\", line 97397, in \n" + " main()\n" + " File \"slacking_off.py\", line 23934, in main\n" + " print(excuse[723])\n" "IndexError: list index out of range") input() if self.first_time == True: -- cgit v1.3