Minor display addition to slow_exit contrib.
This commit is contained in:
parent
20e467bd64
commit
6bfafe5214
1 changed files with 1 additions and 0 deletions
|
|
@ -139,5 +139,6 @@ class CmdStop(Command):
|
||||||
if currently_moving:
|
if currently_moving:
|
||||||
currently_moving.cancel()
|
currently_moving.cancel()
|
||||||
self.caller.msg("You stop moving.")
|
self.caller.msg("You stop moving.")
|
||||||
|
self.caller.location.msg_contents("%s stops." % self.get_display_name())
|
||||||
else:
|
else:
|
||||||
self.caller.msg("You are not moving.")
|
self.caller.msg("You are not moving.")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue