Add ObjectParent mixin to default gamedir template

This commit is contained in:
Griatch 2022-03-04 23:15:54 +01:00
parent 0cd57ad0ed
commit 919bf1a907
10 changed files with 32 additions and 16 deletions

View file

@ -2969,7 +2969,7 @@ class CmdExamine(ObjManipCommand):
# we are only interested in specific attributes
attrs = [attr for attr in obj.db_attributes.all() if attr.db_key in obj_attrs]
if not attrs:
self.msg("No attributes found on {obj.name}.")
self.msg(f"No attributes found on {obj.name}.")
else:
out_strings = []
for attr in attrs: