diff --git a/npc/types.py b/npc/types.py index 5525f26..b0f83d2 100644 --- a/npc/types.py +++ b/npc/types.py @@ -164,7 +164,8 @@ class NPC: @property def full_name(self): - return self.names.fullname + """Legacy interface""" + return self.name @property def is_noble(self) -> bool: