#Babbies first kobold
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -3,9 +3,9 @@ Created on Dec 20, 2016 | ... | @@ -3,9 +3,9 @@ Created on Dec 20, 2016 |
3 | 3 | ||
4 | @author: Xorfos | 4 | @author: Xorfos |
5 | ''' | 5 | ''' |
6 | from chartacters import Character | 6 | from evennia import DefaultCharacter |
7 | 7 | ||
8 | class Npc(Character): | 8 | class Npc(DefaultCharacter): |
9 | 9 | ||
10 | """ | 10 | """ |
11 | A NPC typeclass which extends the character class | 11 | A NPC typeclass which extends the character class | ... | ... |
-
Please register or sign in to post a comment