mirror of
https://github.com/evennia/evennia.git
synced 2026-03-31 21:17:17 +02:00
TYPO: detemines how => deteRmines how
This commit is contained in:
parent
08a2898ad7
commit
491bb8c2e0
1 changed files with 1 additions and 1 deletions
|
|
@ -415,7 +415,7 @@ GUEST_HOME = DEFAULT_HOME
|
|||
# The start position used for guest characters.
|
||||
GUEST_START_LOCATION = START_LOCATION
|
||||
# The naming convention used for creating new guest
|
||||
# players/characters. The size of this list also detemines how many
|
||||
# players/characters. The size of this list also determines how many
|
||||
# guests may be on the game at once. The default is a maximum of nine
|
||||
# guests, named Guest1 through Guest9.
|
||||
GUEST_LIST = ["Guest" + str(s+1) for s in range(9)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue