fixing full_name

This commit is contained in:
evilchili 2024-01-19 14:41:26 -08:00
parent eecdd771d0
commit 8f47606a2a

View File

@ -164,7 +164,8 @@ class NPC:
@property @property
def full_name(self): def full_name(self):
return self.names.fullname """Legacy interface"""
return self.name
@property @property
def is_noble(self) -> bool: def is_noble(self) -> bool: