fix lizardfolk
This commit is contained in:
@@ -69,7 +69,7 @@ class Lizardfolk(types.NPC):
|
||||
self.facial_structure,
|
||||
])
|
||||
return (
|
||||
f"{self.fullname} ({self.pronouns}) is {types.a_or_an(self.age)} {self.age}, {self.skin_color}-scaled "
|
||||
f"{self.name} ({self.pronouns}) is {types.a_or_an(self.age)} {self.age}, {self.skin_color}-scaled "
|
||||
f"{self.ancestry.lower()} with {types.a_or_an(self.nose)} {self.nose} snout, {self.body} body and {trait}."
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user