Typo fix
Fixed a weird autocomplete-induced typo.
This commit is contained in:
parent
12ff57d883
commit
86f42228f3
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ inherit from ClothedCharacter in your game's characters.py file:
|
||||||
|
|
||||||
class Character(ClothedCharacter):
|
class Character(ClothedCharacter):
|
||||||
|
|
||||||
And do the same with the ClothedCharacterCmdSet in your game'same
|
And do the same with the ClothedCharacterCmdSet in your game's
|
||||||
default_cmdsets.py:
|
default_cmdsets.py:
|
||||||
|
|
||||||
from evennia.contrib.clothing import ClothedCharacterCmdSet
|
from evennia.contrib.clothing import ClothedCharacterCmdSet
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue