|
@@ -120,14 +120,18 @@ $clothing_list_line = {
|
|
end
|
|
end
|
|
|
|
|
|
if $ARGS[1] = 'misc_outfits' and ARGS[2] = 1:
|
|
if $ARGS[1] = 'misc_outfits' and ARGS[2] = 1:
|
|
- $RESULT += '<TD>A hessian sack the hunters gave you.</TD>'
|
|
|
|
|
|
+ $RESULT += '<TD>A hessian sack the hunters gave you.'
|
|
elseif $swimwear_description = '':
|
|
elseif $swimwear_description = '':
|
|
gs 'clothing_descriptions'
|
|
gs 'clothing_descriptions'
|
|
- $RESULT += '<TD><<FUNC(''$short_description'', $ARGS[1])>> <<ARGS[2]>><BR/><<$description>></TD>'
|
|
|
|
|
|
+ $RESULT += '<TD><<FUNC(''$short_description'', $ARGS[1])>> <<ARGS[2]>><BR/><<$description>>'
|
|
else
|
|
else
|
|
- $RESULT += '<TD>' + $swimwear_description + '</TD>'
|
|
|
|
|
|
+ $RESULT += '<TD>' + $swimwear_description
|
|
end
|
|
end
|
|
|
|
|
|
|
|
+ if CloInhibit > pcs_inhib: $RESULT += '<BR>You don''t feel confident enough to wear an outfit this revealing.'
|
|
|
|
+
|
|
|
|
+ $RESULT += '</TD>'
|
|
|
|
+
|
|
$RESULT += '<TD>'
|
|
$RESULT += '<TD>'
|
|
if CloBimbo = 1: $RESULT += '<img src="images/system/icons/clothing/bimbo.png"><BR>'
|
|
if CloBimbo = 1: $RESULT += '<img src="images/system/icons/clothing/bimbo.png"><BR>'
|
|
if CloGoth = 1: $RESULT += '' & !'<img src="images/system/icons/clothing/goth.png"><BR>'
|
|
if CloGoth = 1: $RESULT += '' & !'<img src="images/system/icons/clothing/goth.png"><BR>'
|