Make better recommendations for install of slow_exit in docstring.

This commit is contained in:
Griatch 2016-11-28 20:33:40 +01:00
parent 381e91b822
commit a903182b8f

View file

@ -17,10 +17,9 @@ using something like this:
Installation:
To make all new exits of this type, add the following line to your
settings:
BASE_EXIT_TYPECLASS = "contrib.slow_exit.SlowExit"
To make this your new default exit, modify mygame/typeclasses/exits.py
to import this module and change the default Exit class to inherit
from SlowExit instead.
To get the ability to change your speed and abort your movement,
simply import and add CmdSetSpeed and CmdStop from this module to your