fixing uncached full names on humans
This commit is contained in:
parent
db7aa06a80
commit
be0c44174a
|
@ -6,7 +6,3 @@ class NPC(BaseNPC):
|
|||
|
||||
ancestry = 'Human'
|
||||
language = common.CommonPerson()
|
||||
|
||||
@property
|
||||
def full_name(self):
|
||||
return ' '.join([str(x).capitalize() for x in self.language.person()])
|
||||
|
|
Loading…
Reference in New Issue
Block a user