|
@@ -81,25 +81,25 @@ if $ARGS[0] = 'clothes':
|
|
|
else
|
|
|
if $clothingworntype = 'danilovich_swimsuit':
|
|
|
FUNC('$attributes_danilovich_swim_one', $clothingworntype, clothingwornnumber)
|
|
|
- $swimwear_description
|
|
|
+ $body_image_msg += $swimwear_description
|
|
|
elseif $clothingworntype = 'scandalicious_swimsuit':
|
|
|
FUNC('$attributes_scandalicious_swim_one', $clothingworntype, clothingwornnumber)
|
|
|
- $swimwear_description
|
|
|
+ $body_image_msg += $swimwear_description
|
|
|
elseif $clothingworntype = 'scandalicious_bikinis':
|
|
|
FUNC('$attributes_scandalicious_swim_two', $clothingworntype, clothingwornnumber)
|
|
|
- $swimwear_description
|
|
|
+ $body_image_msg += $swimwear_description
|
|
|
elseif $clothingworntype = 'allure_swimsuit':
|
|
|
FUNC('$attributes_allure_swim_one', $clothingworntype, clothingwornnumber)
|
|
|
- $swimwear_description
|
|
|
+ $body_image_msg += $swimwear_description
|
|
|
elseif $clothingworntype = 'allure_bikinis':
|
|
|
FUNC('$attributes_allure_swim_two', $clothingworntype, clothingwornnumber)
|
|
|
- $swimwear_description
|
|
|
+ $body_image_msg += $swimwear_description
|
|
|
elseif $clothingworntype = 'nerdvana_swimsuit':
|
|
|
FUNC('$attributes_nerdvana_swim_one', $clothingworntype, clothingwornnumber)
|
|
|
- $swimwear_description
|
|
|
+ $body_image_msg += $swimwear_description
|
|
|
elseif $clothingworntype = 'nerdvana_bikinis':
|
|
|
FUNC('$attributes_nerdvana_swim_two', $clothingworntype, clothingwornnumber)
|
|
|
- $swimwear_description
|
|
|
+ $body_image_msg += $swimwear_description
|
|
|
end
|
|
|
end
|
|
|
|