fix lizardfolk

This commit is contained in:
evilchili
2025-09-27 10:55:57 -07:00
parent 1af88dd147
commit ffb3a34842
2 changed files with 1 additions and 21 deletions
+1 -1
View File
@@ -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}."
)