diff options
| author | Julian Irwin <julian.irwin@gmail.com> | 2013-01-10 13:50:20 -0600 |
|---|---|---|
| committer | Julian Irwin <julian.irwin@gmail.com> | 2013-01-10 13:50:20 -0600 |
| commit | e98bcfb9149fdfe5c842a2dc93ce79728f804d8e (patch) | |
| tree | d7cee7212f3a954044268e1bae658fdbc69535e9 /weatbag/tiles/n2.py | |
| parent | 1bec3009e4d30e7e7c6854103d2688aa2059ebf5 (diff) | |
| parent | ead0301daaa6f07d9fc740050019bf204543f0ea (diff) | |
Merge remote-tracking branch 'upstream/master' into southern-tiles-1
Diffstat (limited to 'weatbag/tiles/n2.py')
| -rw-r--r-- | weatbag/tiles/n2.py | 4 |
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': |
