mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 06:27:17 +02:00
Changed the order of the home message to comply with the Wizard of Oz. Resolves #975.
This commit is contained in:
parent
b7c71222c9
commit
27486d7b54
1 changed files with 1 additions and 1 deletions
|
|
@ -35,8 +35,8 @@ class CmdHome(COMMAND_DEFAULT_CLASS):
|
|||
elif home == caller.location:
|
||||
caller.msg("You are already home!")
|
||||
else:
|
||||
caller.move_to(home)
|
||||
caller.msg("There's no place like home ...")
|
||||
caller.move_to(home)
|
||||
|
||||
class CmdLook(COMMAND_DEFAULT_CLASS):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue