Bläddra i källkod

[fixed] missing else in brother_voyeur.
[changed] "view stored clothing" to "Organise stored clothing" in wardrobe.

3xpurt 6 år sedan
förälder
incheckning
5cf8b70ea7
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      locations/brother_voyeur.qsrc
  2. 1 1
      locations/wardrobe.qsrc

+ 1 - 1
locations/brother_voyeur.qsrc

@@ -2638,7 +2638,7 @@ if $ARGS[0] = 'shave':
 		'<center><img <<$set_imgh>> src="images/shared/home/bathroom/brothertalk4.jpg"></center>'
 		'	You''re rinsing off when you notice Kolka staring at your legs and what''s between them.'
 		'	"Excuse me?" you ask him pointedly. "Can I help you with something?"'
-		if pcs_pubes < 11 and pcs_leghair > 3:
+		elseif pcs_pubes < 11 and pcs_leghair > 3:
 			'	His lips twisted in thought, he says, "You''re looking kind of stubbly down there." You follow his gaze to look at your legs and pussy. "Aren''t you going to shave?"'
 		elseif pcs_pubes >= 11 and pcs_pubes < 21 and pcs_leghair > 3:
 			'	His lips twisted in thought, he says, "You''re growing a bit of a bush down there." You follow his gaze to look at your <<$pcdesc_legs>> legs and your trimmed pussy hair. "Looks like your legs are growing grass to match. Aren''t you going to shave?"'

+ 1 - 1
locations/wardrobe.qsrc

@@ -82,7 +82,7 @@ if $ARGS[0] = 'start':
 
 	act 'Choose a default outfit': gt 'wardrobe', 'default'
 
-	act 'View stored clothing': gt 'clothing', 'view_clothing_list', 'store'
+	act 'Organise stored clothing': gt 'clothing', 'view_clothing_list', 'store'
 
 	act 'Set image height for this view':
 		cla