diff --git a/evennia/contrib/clothing.py b/evennia/contrib/clothing.py index a6ac2d7965..3b76a2d2a0 100644 --- a/evennia/contrib/clothing.py +++ b/evennia/contrib/clothing.py @@ -51,7 +51,7 @@ inherit from ClothedCharacter in your game's characters.py file: 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: from evennia.contrib.clothing import ClothedCharacterCmdSet