space "identifyable" property including quest

This commit is contained in:
Laura Klünder 2024-12-26 03:44:05 +01:00
parent e574b10a68
commit 8373ee50de
7 changed files with 126 additions and 31 deletions

View file

@ -44,7 +44,7 @@ class SpaceGeometryMixin(GeometryMixin):
@cached_property
def main_level_id(self):
try:
return self.space.level.on_top_of_id or self.space.level_id
return self.space.main_level_id
except ObjectDoesNotExist:
return None