diff --git a/npc/generator/human.py b/npc/generator/human.py index 1e966d7..5f054b3 100644 --- a/npc/generator/human.py +++ b/npc/generator/human.py @@ -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()])