Browse Source

Minor adjustment to mirror text.

Improve the readability of cosmetics/lipbalm string.
mjsmagalhaes 9 years ago
parent
commit
4089b3bb90
1 changed files with 5 additions and 5 deletions
  1. 5 5
      locations/portmirror

+ 5 - 5
locations/portmirror

@@ -9,13 +9,13 @@ $portmirror = {
 	
 	if curly > 0: '<br>Your curly hair will last for another <<curly>> days.'
 	
-	set $makeUpString = ''
+	set $makeUpString = '<br>'
 	
-	if kosmetica > 0: $makeUpString += 'Cosmetics <<kosmetica>>'
-	if kosmetica = 0: $makeUpString += 'You have no makeup.'
+	if kosmetica > 0: $makeUpString += 'Cosmetics: <<kosmetica>>'
+	if kosmetica = 0: $makeUpString += 'You have no makeup'
 
-	if lipbalm > 0: $makeUpString += ' Lip Balm <<lipbalm>>'
-	if lipbalm = 0: $makeUpString += ' You have no lip balm left.'
+	if lipbalm > 0: $makeUpString += ' | Lip Balm: <<lipbalm>>'
+	if lipbalm = 0: $makeUpString += ' | You have no lip balm left'
 	
 	*pl $makeUpString