The game/gamesrc/objects/examples defaulted to class names that did not match the tutorials.

This commit is contained in:
Griatch 2013-09-19 20:07:43 +02:00
parent 261e463505
commit 916813376e
5 changed files with 10 additions and 10 deletions

View file

@ -17,9 +17,9 @@ this change, you have to convert them manually e.g. with the
@typeclass command.
"""
from ev import Object
from ev import Object as DefaultObject
class ExampleObject(Object):
class Object(DefaultObject):
"""
This is the root typeclass object, implementing an in-game Evennia
game object, such as having a location, being able to be