2e5b5556a3
This commmit removes the languages code and takes a dependency on the rewritten module.
9 lines
168 B
Python
9 lines
168 B
Python
from language.languages.common import common_name
|
|
from npc.generator.base import BaseNPC
|
|
|
|
|
|
class NPC(BaseNPC):
|
|
|
|
ancestry = 'Human'
|
|
name_generator = common_name
|