Skip to content
Snippets Groups Projects
Commit 8c2010a1 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'fixes' into 'pregmod-master'

Fix

See merge request pregmodfan/fc-pregmod!3294
parents 71e880c8 7e536d0a
No related branches found
No related tags found
1 merge request!3294Fix
...@@ -169,7 +169,7 @@ Clothes: ''<span id="clothes">$activeSlave.clothes</span>.'' ...@@ -169,7 +169,7 @@ Clothes: ''<span id="clothes">$activeSlave.clothes</span>.''
<</if>> <</if>>
<<if isItemAccessible("a halter top dress")>> <<if isItemAccessible("a halter top dress")>>
| <<link "Haltertop 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 "#clothes">>$activeSlave.clothes<</replace>>
<<replace "#clothingDescription">><br>//<<ClothingDescription>>//<</replace>> <<replace "#clothingDescription">><br>//<<ClothingDescription>>//<</replace>>
<</link>> <</link>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment