7 lines
136 B
Python
7 lines
136 B
Python
|
from npc.languages import infernal
|
||
|
from npc.generator import tiefling
|
||
|
|
||
|
|
||
|
class NPC(tiefling.NPC):
|
||
|
language = infernal.HighTiefling()
|