fixing full_name
This commit is contained in:
parent
eecdd771d0
commit
8f47606a2a
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user