Make the initial login 'look' match CmdLook

This commit is contained in:
friarzen 2018-03-18 00:45:23 +00:00
parent 856c889e3f
commit 665ba8d0f4

View file

@ -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)