Преглед изворни кода

[Changed] edited clothing description

Gwen пре 2 година
родитељ
комит
fc018edd28
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: