Changed the order of the home message to comply with the Wizard of Oz. Resolves #975.

This commit is contained in:
Griatch 2016-05-22 22:37:03 +02:00
parent b7c71222c9
commit 27486d7b54

View file

@ -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):
"""