Ver código fonte

[Added] one additional picture for when makeup witth compact mirror

Gwen 3 anos atrás
pai
commit
8766cf29cb
1 arquivos alterados com 4 adições e 1 exclusões
  1. 4 1
      locations/mirror.qsrc

+ 4 - 1
locations/mirror.qsrc

@@ -205,7 +205,7 @@ if $ARGS[0] = 'start':
 	if falselashesplain > 0: *nl 'False lashes: <<falselashesplain>>' else *nl 'You have no false lashes left.'
 	if falselashesmink > 0: *pl ' | Mink lashes: <<falselashesmink>>' else *pl ' You have no mink lashes left.'
 	*nl
-
+	'<center><img <<$set_imgh>> src="images/pc/activities/routine/2.jpg"></center>'
 	$makeupLight =   'You subtly apply some neutral tones, with a light application of makeup to bring out your natural beauty.'
 	$makeupNatural = 'You apply some mildly vibrant tones and colors of makeup to cover your minor imperfections and enhance your best features.'
 	$makeupHeavy =   'You apply some deeper, richer shades of makeup, thick enough to cover most imperfections, while drawing attention to your eyes and lips.'
@@ -726,17 +726,20 @@ if $ARGS[0] = 'kosmetitka_fix':
 		minut += 3		
 		kosmetitka -= 1
 		pcs_makeup = 2
+		'<center><img <<$set_imgh>> src="images/pc/activities/routine/4.jpg"></center>'
 		'<center>You carefully fix your makeup and restore the neutral and light tones that bring out your natural beauty.</center>'
 	elseif makeupSetting = 2:
 		minut += 5
 		kosmetitka -= 2
 		pcs_makeup = 3
+		'<center><img <<$set_imgh>> src="images/pc/activities/routine/4.jpg"></center>'
 		'<center>You carefully fix your makeup and restore the mildly vibrant tones and colors that cover your minor imperfections and enhance your best features.</center>'			
 	elseif makeupSetting = 3:
 		minut += 10
 		kosmetitka -= 3
 		vidageday -= 1
 		pcs_makeup = 4
+		'<center><img <<$set_imgh>> src="images/pc/activities/routine/4.jpg"></center>'
 		'<center>You carefully fix your makeup and restore the deeper, richer shades, thick enough to cover most imperfections, while drawing attention to your eyes and lips.</center>'
 	end