From 27486d7b54e4a08f5d2e2554266e7e4341016e77 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 22 May 2016 22:37:03 +0200 Subject: [PATCH] Changed the order of the home message to comply with the Wizard of Oz. Resolves #975. --- evennia/commands/default/general.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/commands/default/general.py b/evennia/commands/default/general.py index 9f9c173cf4..71e984738e 100644 --- a/evennia/commands/default/general.py +++ b/evennia/commands/default/general.py @@ -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): """