The game/gamesrc/objects/examples defaulted to class names that did not match the tutorials.
This commit is contained in:
parent
261e463505
commit
916813376e
5 changed files with 10 additions and 10 deletions
|
|
@ -16,9 +16,9 @@ this change, you have to convert them manually e.g. with the
|
|||
@typeclass command.
|
||||
|
||||
"""
|
||||
from ev import Player
|
||||
from ev import Player as DefaultPlayer
|
||||
|
||||
class ExamplePlayer(Player):
|
||||
class Player(DefaultPlayer):
|
||||
"""
|
||||
This class describes the actual OOC player (i.e. the user connecting
|
||||
to the MUD). It does NOT have visual appearance in the game world (that
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue