mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 17:56:32 +01:00
Make the initial login 'look' match CmdLook
This commit is contained in:
parent
856c889e3f
commit
665ba8d0f4
1 changed files with 1 additions and 1 deletions
|
|
@ -1762,7 +1762,7 @@ class DefaultCharacter(DefaultObject):
|
|||
|
||||
"""
|
||||
self.msg("\nYou become |c%s|n.\n" % self.name)
|
||||
self.msg(self.at_look(self.location))
|
||||
self.msg((self.at_look(self.location), {'type':'look'}), options = None)
|
||||
|
||||
def message(obj, from_obj):
|
||||
obj.msg("%s has entered the game." % self.get_display_name(obj), from_obj=from_obj)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue