|
@@ -37,11 +37,11 @@ else
|
|
|
end
|
|
|
|
|
|
if CloThinness = 1:
|
|
|
- $description += ', which completely obscures your figure'
|
|
|
+ $description += ', which obscures your figure'
|
|
|
elseif CloThinness = 2:
|
|
|
$description += ', which somewhat obscures your figure'
|
|
|
elseif CloThinness = 3:
|
|
|
- $description += ', which shows your figure somewhat'
|
|
|
+ $description += ', which somewhat shows your figure'
|
|
|
elseif CloThinness = 4:
|
|
|
$description += ', which shows your figure well'
|
|
|
elseif CloThinness = 5:
|