diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 78da8a35d885d233684fb38f1bfbde4278bc58a6..ddd5ca5862fab8f9021342fb8172bc809fa9c249 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -4554,4 +4554,7 @@ Pregmod 0.10.3.0
 	
 	128
 	-anon's scalemail bikini
+	-fixes
+	
+	129
 	-fixes
\ No newline at end of file
diff --git a/slave variables documentation - Pregmod.txt b/slave variables documentation - Pregmod.txt
index 649c14abcdb1e687fd4de42f1f1445f45a195620..47106692c1330447f0d7ead01bae6f570e1b01ab 100644
--- a/slave variables documentation - Pregmod.txt	
+++ b/slave variables documentation - Pregmod.txt	
@@ -1858,6 +1858,7 @@ may accept strings, use at own risk
 "a maternity dress"
 "stretch pants and a crop-top"
 "spats and a tank top"
+"a scalemail bikini"
 
 collar:
 
diff --git a/src/uncategorized/wardrobeUse.tw b/src/uncategorized/wardrobeUse.tw
index 03f57dcc13b8cc6a73978acfd312a15396dcb020..099865815404a5e250caac865143a51e17d8c2bb 100644
--- a/src/uncategorized/wardrobeUse.tw
+++ b/src/uncategorized/wardrobeUse.tw
@@ -148,6 +148,7 @@ 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>>
 | <<link "Scalemail bikini">>
 	<<set $activeSlave.clothes = "a scalemail bikini",$activeSlave.choosesOwnClothes = 0>>
 	<<replace "#clothes">>$activeSlave.clothes<</replace>>