1
0
Просмотр исходного кода

Merge remote-tracking branch 'Gwen/master'

Kevin_Smarts 2 лет назад
Родитель
Сommit
28529dedff
1 измененных файлов с 2 добавлено и 2 удалено
  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: