Minor display addition to slow_exit contrib.

This commit is contained in:
Griatch 2016-06-10 18:50:30 +02:00
parent 20e467bd64
commit 6bfafe5214

View file

@ -139,5 +139,6 @@ class CmdStop(Command):
if currently_moving:
currently_moving.cancel()
self.caller.msg("You stop moving.")
self.caller.location.msg_contents("%s stops." % self.get_display_name())
else:
self.caller.msg("You are not moving.")