First stepping around xyzgrid, still issues

This commit is contained in:
Griatch 2021-07-11 11:25:03 +02:00
parent 75319d3941
commit de66313ec9
8 changed files with 159 additions and 16 deletions

View file

@ -2269,7 +2269,7 @@ class DefaultCharacter(DefaultObject):
"""
if self.location.access(self, "view"):
self.msg(self.at_look(self.location))
self.msg(text=(self.at_look(self.location), {"type": "look"}))
def at_pre_puppet(self, account, session=None, **kwargs):
"""