From 7799fb1a9885526de8f08801c0a56118fe8ca99b Mon Sep 17 00:00:00 2001 From: DarkTalon25 <collins.zac@gmail.com> Date: Mon, 13 Nov 2017 16:17:11 -0500 Subject: [PATCH] Update wardrobeUse.tw scalemail --- src/uncategorized/wardrobeUse.tw | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/uncategorized/wardrobeUse.tw b/src/uncategorized/wardrobeUse.tw index cfe83341548..03f57dcc13b 100644 --- a/src/uncategorized/wardrobeUse.tw +++ b/src/uncategorized/wardrobeUse.tw @@ -148,6 +148,10 @@ Clothes: ''<span id="clothes">$activeSlave.clothes</span>.'' <<set $activeSlave.clothes = "a string bikini",$activeSlave.choosesOwnClothes = 0>> <<replace "#clothes">>$activeSlave.clothes<</replace>> <<replace "#clothingDescription">><br>//<<ClothingDescription>>//<</replace>> +| <<link "Scalemail bikini">> + <<set $activeSlave.clothes = "a scalemail bikini",$activeSlave.choosesOwnClothes = 0>> + <<replace "#clothes">>$activeSlave.clothes<</replace>> + <<replace "#clothingDescription">><br>//<<ClothingDescription>>//<</replace>> <</link>> | <<link "Succubus costume">> <<set $activeSlave.clothes = "a succubus outfit",$activeSlave.choosesOwnClothes = 0>> -- GitLab