From 6bfafe5214529dae0925539ebe83ce0a6b72f060 Mon Sep 17 00:00:00 2001 From: Griatch Date: Fri, 10 Jun 2016 18:50:30 +0200 Subject: [PATCH] Minor display addition to slow_exit contrib. --- evennia/contrib/slow_exit.py | 1 + 1 file changed, 1 insertion(+) diff --git a/evennia/contrib/slow_exit.py b/evennia/contrib/slow_exit.py index e1804bc761..2e2e0a85e4 100644 --- a/evennia/contrib/slow_exit.py +++ b/evennia/contrib/slow_exit.py @@ -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.")