summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJulian Irwin <julian.irwin@gmail.com>2013-01-10 13:50:20 -0600
committerJulian Irwin <julian.irwin@gmail.com>2013-01-10 13:50:20 -0600
commite98bcfb9149fdfe5c842a2dc93ce79728f804d8e (patch)
treed7cee7212f3a954044268e1bae658fdbc69535e9 /doc
parent1bec3009e4d30e7e7c6854103d2688aa2059ebf5 (diff)
parentead0301daaa6f07d9fc740050019bf204543f0ea (diff)
Merge remote-tracking branch 'upstream/master' into southern-tiles-1
Diffstat (limited to 'doc')
-rw-r--r--doc/interface.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/interface.rst b/doc/interface.rst
index 796fa4b..dd960b4 100644
--- a/doc/interface.rst
+++ b/doc/interface.rst
@@ -52,3 +52,9 @@ Your module should define a class called ``Tile``, with the following interface:
:param player: the active :class:`~weatbag.Player` instance
:param direction: the direction the player is trying to leave, as a single
lowercase character, n/e/s/w
+
+ .. attribute:: no_path_msg
+
+ *Optional.* The message to display if the player attempts to leave in a
+ direction where there is no tile. The default message says "The undergrowth
+ in that direction is impassable. You turn back."