From c77eca6606cd9038101d5445fe2a9c3a1ca61717 Mon Sep 17 00:00:00 2001 From: goblinmob <72633955+goblinmob@users.noreply.github.com> Date: Mon, 26 Jun 2023 07:32:47 -0500 Subject: [PATCH] Update README.md Changed line 56 from create a pretty shirt : evennia.contrib.game_systems.clothing.Clothing to create a pretty shirt : evennia.contrib.game_systems.clothing.ContribClothing --- evennia/contrib/game_systems/clothing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/contrib/game_systems/clothing/README.md b/evennia/contrib/game_systems/clothing/README.md index 0cb66975c4..d84a259f01 100644 --- a/evennia/contrib/game_systems/clothing/README.md +++ b/evennia/contrib/game_systems/clothing/README.md @@ -53,7 +53,7 @@ class CharacterCmdSet(default_cmds.CharacterCmdSet): Once installed, you can use the default builder commands to create clothes with which to test the system: - create a pretty shirt : evennia.contrib.game_systems.clothing.Clothing + create a pretty shirt : evennia.contrib.game_systems.clothing.ContribClothing set shirt/clothing_type = 'top' wear shirt