diff options
| author | George Angelopoulos <l4than.d3vers@gmail.com> | 2013-04-20 21:29:48 +0300 |
|---|---|---|
| committer | George Angelopoulos <l4than.d3vers@gmail.com> | 2013-04-20 21:29:48 +0300 |
| commit | bd2a553a492a19dfc122faeb64a441358a13ee31 (patch) | |
| tree | ab309a2a9e554a8fb714877fb18bd198167560a1 /weatbag/tiles/s1e1.py | |
| parent | ccf803ea46650c157c717336a5f0e2c217b4f5d4 (diff) | |
added a pause after leave text
Diffstat (limited to 'weatbag/tiles/s1e1.py')
| -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: |
