diff options
| -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 1db29e3..3e11d37 100644 --- a/weatbag/tiles/s1e1.py +++ b/weatbag/tiles/s1e1.py @@ -33,7 +33,7 @@ class Tile: print("The undergrowth in that direction " "is impassable. You turn back.") return False - elif direction == 's' and hasnt_gone_south: + elif direction == 's' and self.hasnt_gone_south: print("Bugs are the enemy and must be crushed!\n" "So you decide to follow the bug upstream.") input() |
