Smaller adjustments

This commit is contained in:
steffen-illium
2021-07-14 10:34:49 +02:00
parent 0161197cd8
commit e5dd49f0f0
4 changed files with 21 additions and 10 deletions
+1
View File
@@ -146,6 +146,7 @@ class Entity(Object):
def __init__(self, identifier, tile: Tile, **kwargs):
super(Entity, self).__init__(identifier, **kwargs)
self._tile = tile
tile.enter(self)
def summarize_state(self):
return self.__dict__.copy()