diff options
| author | George Angelopoulos <l4than.d3vers@gmail.com> | 2013-04-24 18:44:20 +0300 |
|---|---|---|
| committer | George Angelopoulos <l4than.d3vers@gmail.com> | 2013-04-24 18:44:20 +0300 |
| commit | 871d2649c85c56c6b092cffa91a42e2a3210706d (patch) | |
| tree | 19d5bff7af4d5f3ca080a60774eb374f959b806c /weatbag/tiles/s2e1.py | |
| parent | fe1ea2ed93eaec1219784e7142f382157bf90f19 (diff) | |
editted fake error on bug quest
Diffstat (limited to 'weatbag/tiles/s2e1.py')
| -rw-r--r-- | weatbag/tiles/s2e1.py | 5 |
1 files changed, 4 insertions, 1 deletions
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 <module>\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: |
