summaryrefslogtreecommitdiffstats
path: root/weatbag/tiles/n2.py
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2013-01-09 02:28:35 -0800
committerThomas Kluyver <takowl@gmail.com>2013-01-09 02:28:35 -0800
commit1da208f02a091c1dc9a9912d7066805a445d09bd (patch)
treed99de9ea9b8d8073680f156395ee35022e37556a /weatbag/tiles/n2.py
parent3400844980917bb3d59da322a3e33f55f81afe12 (diff)
parent6d1a17c456b15841763b953a1427e8bd856f2263 (diff)
Merge pull request #4 from ben174/master
Add new n3 tile with Orc battle at entrance of cave. Player now has hit_points.
Diffstat (limited to 'weatbag/tiles/n2.py')
-rw-r--r--weatbag/tiles/n2.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/weatbag/tiles/n2.py b/weatbag/tiles/n2.py
index 0f8da93..32e3ce4 100644
--- a/weatbag/tiles/n2.py
+++ b/weatbag/tiles/n2.py
@@ -2,7 +2,9 @@ from weatbag import words
class Tile:
def describe(self):
- print("You are standing in the mouth of a cave. The air feels cool.")
+ print("You are standing in the mouth of a cave. The air feels cool and "
+ "is filled with the stench of rotting flesh. "
+ "A dark path leads to the north. An exit to the south.")
def leave(self, player, direction):
if direction=='s':