mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
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:
|
||||
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.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue