1
0
Pārlūkot izejas kodu

Merge remote-tracking branch 'Gwen/master'

Kevin_Smarts 2 gadi atpakaļ
vecāks
revīzija
28529dedff
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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: