Text corrections in comments and strings

This commit is contained in:
AmberFennek 2017-10-16 15:13:53 -04:00
parent 3e02f96566
commit fe6be5069a
6 changed files with 7 additions and 7 deletions

View file

@ -761,7 +761,7 @@ class DefaultAccount(with_metaclass(TypeclassBase, AccountDB)):
elif _MULTISESSION_MODE in (2, 3):
# In this mode we by default end up at a character selection
# screen. We execute look on the account.
# we make sure to clean up the _playable_characers list in case
# we make sure to clean up the _playable_characters list in case
# any was deleted in the interim.
self.db._playable_characters = [char for char in self.db._playable_characters if char]
self.msg(self.at_look(target=self.db._playable_characters,