diff options
| author | George Angelopoulos <l4than.d3vers@gmail.com> | 2013-04-20 21:30:49 +0300 |
|---|---|---|
| committer | George Angelopoulos <l4than.d3vers@gmail.com> | 2013-04-20 21:30:49 +0300 |
| commit | 7635811fbb0e4d942394272f1bfee728fd8ebdeb (patch) | |
| tree | 49ac0fa89b6ffa9c4de890fe23a2a860ed7ad1ee /weatbag/tiles/s1e1.py | |
| parent | bd2a553a492a19dfc122faeb64a441358a13ee31 (diff) | |
wrong indentation on previous commit
Diffstat (limited to 'weatbag/tiles/s1e1.py')
| -rw-r--r-- | weatbag/tiles/s1e1.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weatbag/tiles/s1e1.py b/weatbag/tiles/s1e1.py index a046343..ad98ad1 100644 --- a/weatbag/tiles/s1e1.py +++ b/weatbag/tiles/s1e1.py @@ -25,7 +25,7 @@ class Tile: if direction == 's': print("Bugs are the enemy and must be crushed!\n" "So you decide to follow the bug upstream.") - input() + input() return True else: if self.bug_leaves_this_time: |
