From 874e3edb2ae6ff7f97f2b1289949731ccb446bb1 Mon Sep 17 00:00:00 2001 From: Griatch Date: Thu, 10 Jul 2014 23:42:54 +0200 Subject: [PATCH] Changed guest default home and start location to link to the default values rather than hard-coding it. --- src/settings_default.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/settings_default.py b/src/settings_default.py index cf7a3a0647..c12c5f1324 100644 --- a/src/settings_default.py +++ b/src/settings_default.py @@ -389,9 +389,9 @@ BASE_GUEST_TYPECLASS = "src.players.player.Guest" # The permission given to guests PERMISSION_GUEST_DEFAULT = "Guests" # The default home location used for guests. -GUEST_HOME = "#2" +GUEST_HOME = DEFAULT_HOME # The start position used for guest characters. -GUEST_START_LOCATION = "#2" +GUEST_START_LOCATION = START_LOCATION # The naming convention used for creating new guest # players/characters. The size of this list also detemines how many # guests may be on the game at once. The default is a maximum of nine