diff options
| -rw-r--r-- | weatbag/tiles/s1e1.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weatbag/tiles/s1e1.py b/weatbag/tiles/s1e1.py index ff09753..a046343 100644 --- a/weatbag/tiles/s1e1.py +++ b/weatbag/tiles/s1e1.py @@ -25,6 +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() return True else: if self.bug_leaves_this_time: |
