From 6c041b98a240acc9adcd4b2cd165aed54dc037e7 Mon Sep 17 00:00:00 2001 From: BattleJenkins Date: Mon, 10 Apr 2017 19:17:07 -0700 Subject: [PATCH] Typo fix Fixed reintroduced typos from last commit. Still not using GitHub properly. --- evennia/contrib/clothing.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/evennia/contrib/clothing.py b/evennia/contrib/clothing.py index bfe47cfcde..07ae8c6c5d 100644 --- a/evennia/contrib/clothing.py +++ b/evennia/contrib/clothing.py @@ -17,7 +17,7 @@ A character's description may look like this: Superuser(#1) This is User #1. - Suuperuser is wearing one nice hat, a thin and delicate necklace, + Superuser is wearing one nice hat, a thin and delicate necklace, a very pretty dress and a pair of regular ol' shoes. Characters can also specify the style of wear for their clothing - I.E. @@ -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