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.")