Browse Source

Merge remote-tracking branch 'Gwen/master'

Kevin_Smarts 2 years ago
parent
commit
28529dedff
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/clothing_descriptions.qsrc

+ 2 - 2
locations/clothing_descriptions.qsrc

@@ -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: