Explorar el Código

[Changed] edited clothing description

Gwen hace 2 años
padre
commit
fc018edd28
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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: