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 /doc/interface.rst | |
| parent | 1bec3009e4d30e7e7c6854103d2688aa2059ebf5 (diff) | |
| parent | ead0301daaa6f07d9fc740050019bf204543f0ea (diff) | |
Merge remote-tracking branch 'upstream/master' into southern-tiles-1
Diffstat (limited to 'doc/interface.rst')
| -rw-r--r-- | doc/interface.rst | 6 |
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." |
