From 7e536d0a67a4cd7ad1e030bbda88e773c081804a Mon Sep 17 00:00:00 2001 From: kopareigns <kopareigns@gmail.com> Date: Sun, 13 Jan 2019 02:07:12 -0500 Subject: [PATCH] Fix --- src/uncategorized/wardrobeUse.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uncategorized/wardrobeUse.tw b/src/uncategorized/wardrobeUse.tw index 93cc0311d09..c2183c54a0d 100644 --- a/src/uncategorized/wardrobeUse.tw +++ b/src/uncategorized/wardrobeUse.tw @@ -169,7 +169,7 @@ Clothes: ''<span id="clothes">$activeSlave.clothes</span>.'' <</if>> <<if isItemAccessible("a halter top dress")>> | <<link "Haltertop dress">> - <<set $activeSlave.clothes = "a haltertop dress",$activeSlave.choosesOwnClothes = 0>> + <<set $activeSlave.clothes = "a halter top dress",$activeSlave.choosesOwnClothes = 0>> <<replace "#clothes">>$activeSlave.clothes<</replace>> <<replace "#clothingDescription">><br>//<<ClothingDescription>>//<</replace>> <</link>> -- GitLab