Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Branden
/
thiccmud
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
beca4159
authored
2016-12-20 23:50:17 -0500
by
Branden
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
#Babbies first kobold
1 parent
cf6e08c3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
thiccMud/typeclasses/mobs/npc.py
thiccMud/typeclasses/mobs/npc.py
View file @
beca415
...
...
@@ -3,9 +3,9 @@ Created on Dec 20, 2016
@author: Xorfos
'''
from
chartacters
import
Character
from
evennia
import
Default
Character
class
Npc
(
Character
):
class
Npc
(
Default
Character
):
"""
A NPC typeclass which extends the character class
...
...
Please
register
or
sign in
to post a comment