mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 10:16:32 +01:00
Changed guest default home and start location to link to the default values rather than hard-coding it.
This commit is contained in:
parent
a707c3c404
commit
874e3edb2a
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue