Browse Source

[fixed] some grammar and changed menu ordering in sexshop

3xpurt 5 years ago
parent
commit
4ec7974e2b
1 changed files with 21 additions and 22 deletions
  1. 21 22
      locations/sexshop.qsrc

+ 21 - 22
locations/sexshop.qsrc

@@ -9,7 +9,7 @@ if $ARGS[0] = 'start':
 	$menu_loc = 'sexshop'
 	$menu_arg = 'start'
 	menu_off = 0
-    $location_type = 'public_indoors'
+	$location_type = 'public_indoors'
 	cla & *clr
 
 	if kendra > 0 and rand(1, 10) = 10:gt 'sexshop', 'kendra'
@@ -419,7 +419,7 @@ if $ARGS[0] = 'clo':
 			gs 'clothing_attributes', 'fetish', i
 			gs 'clothing_QV', 'shop_filter'
 				
-			if clothingfilter_risk = 1 and clothingfilter_pandb = 1 and clothingfilter_norm2 = 1: *p '<a href="exec: i = <<i>> & gt ''sexshop'', ''fetish''"><img <<$set_imgh>> src="images/pc/clothing/8fetish/<<i>>.jpg" 	height="250" /></a>'
+			if clothingfilter_risk = 1 and clothingfilter_pandb = 1 and clothingfilter_norm2 = 1: *p '<a href="exec: i = <<i>> & gt ''sexshop'', ''fetish''"><img <<$set_imgh>> src="images/pc/clothing/8fetish/<<i>>.jpg"	height="250" /></a>'
 		end
 		i += 4
 	if i <= 94:jump 'loopfetish'
@@ -497,11 +497,11 @@ if $ARGS[0] = 'clo2':
 		if burlesque[i] = 0:
 			gs 'clothing_attributes', 'burlesque', i
 			if clothingfilter_comf = 0 and CloInhibit + 10 < pcs_inhib:
-				if (clothingfilter_prost = 0 or CloStyle ! 4) and (clothingfilter_bimbo = 0 or CloBimbo = 0): *p '<a href="exec: i = <<i>> & gt ''sexshop'', ''burlesque''"><img <<$set_imgh>> src="images/pc/clothing/13burlesque/<<i>>.jpg" 	height="250" /></a>'
+				if (clothingfilter_prost = 0 or CloStyle ! 4) and (clothingfilter_bimbo = 0 or CloBimbo = 0): *p '<a href="exec: i = <<i>> & gt ''sexshop'', ''burlesque''"><img <<$set_imgh>> src="images/pc/clothing/13burlesque/<<i>>.jpg"	height="250" /></a>'
 			elseif clothingfilter_daring = 0 and CloInhibit + 10 >= pcs_inhib and CloInhibit <= pcs_inhib:
-				if (clothingfilter_prost = 0 or CloStyle ! 4) and (clothingfilter_bimbo = 0 or CloBimbo = 0): *p '<a href="exec: i = <<i>> & gt ''sexshop'', ''burlesque''"><img <<$set_imgh>> src="images/pc/clothing/13burlesque/<<i>>.jpg" 	height="250" /></a>'
+				if (clothingfilter_prost = 0 or CloStyle ! 4) and (clothingfilter_bimbo = 0 or CloBimbo = 0): *p '<a href="exec: i = <<i>> & gt ''sexshop'', ''burlesque''"><img <<$set_imgh>> src="images/pc/clothing/13burlesque/<<i>>.jpg"	height="250" /></a>'
 			elseif clothingfilter_too_daring = 0 and CloInhibit > pcs_inhib:
-				if (clothingfilter_prost = 0 or CloStyle ! 4) and (clothingfilter_bimbo = 0 or CloBimbo = 0): *p '<a href="exec: i = <<i>> & gt ''sexshop'', ''burlesque''"><img <<$set_imgh>> src="images/pc/clothing/13burlesque/<<i>>.jpg" 	height="250" /></a>'
+				if (clothingfilter_prost = 0 or CloStyle ! 4) and (clothingfilter_bimbo = 0 or CloBimbo = 0): *p '<a href="exec: i = <<i>> & gt ''sexshop'', ''burlesque''"><img <<$set_imgh>> src="images/pc/clothing/13burlesque/<<i>>.jpg"	height="250" /></a>'
 			end
 		end
 		i += 2
@@ -560,7 +560,7 @@ if $ARGS[0] = 'panties':
 	i = 1
 
 	:loopsexshop_panties
-		if sexshop_panties[i] = 0:*p '<a href="exec: i = <<i>> & gt ''sexshop'', ''panties2''"><img src="images/pc/panties/sexshop/<<i>>.jpg" 	height="150" /></a> '
+		if sexshop_panties[i] = 0:*p '<a href="exec: i = <<i>> & gt ''sexshop'', ''panties2''"><img src="images/pc/panties/sexshop/<<i>>.jpg"	height="150" /></a> '
 		i += 1
 	if i <= 43:jump 'loopsexshop_panties'
 end
@@ -592,7 +592,7 @@ if $ARGS[0] = 'bras':
 	i = 1
 
 	:loopsexshop_bras
-		if sexshop_bras[i] = 0:*p '<a href="exec: i = <<i>> & gt ''sexshop'', ''bras2''"><img src="images/pc/bras/sexshop/<<i>>.jpg" 	height="150" /></a> '
+		if sexshop_bras[i] = 0:*p '<a href="exec: i = <<i>> & gt ''sexshop'', ''bras2''"><img src="images/pc/bras/sexshop/<<i>>.jpg"	height="150" /></a> '
 		i += 1
 	if i <= 27:jump 'loopsexshop_bras'
 end
@@ -618,14 +618,13 @@ if $ARGS[0] = 'podval':
 	gs 'themes', 'indoors'
 	'<center><b><font color="maroon">Basement with cubicles for watching movies</font></b></center>'
 	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/sexshop/gloryholebooths1.jpg"></center>'
-	''
+	*nl
 
-	act 'Go to a free booth':gt 'sexshop', 'pip'
-	act 'Go to the toilet':gt 'sexshop', 'toi'
+	act 'Leave the basement':gt 'sexshop', 'start'
+	act 'Enter a free booth':gt 'sexshop', 'pip'
+	act 'Enter the bathroom':gt 'sexshop', 'toi'
 
 	if masharab = 1:act 'Go to Masha':gt 'masharoom', 'start'
-
-	act 'Walk out basement':gt 'sexshop', 'start'
 end
 
 if $ARGS[0] = 'toi':
@@ -655,7 +654,7 @@ if $ARGS[0] = 'toi':
 end
 
 if $ARGS[0] = 'pip':
-    $location_type = 'private'
+	$location_type = 'private'
 	cla
 	clr
 	*clr
@@ -730,7 +729,7 @@ if $ARGS[0] = 'pip':
 					! WD: Rename missing Image ~  'ghFinger.jpg' to 'ghFinger5.jpg'
 					'<center><img <<$set_imgh>> src="images/shared/sex/gloryhole/ghfinger<<fingerRand>>.jpg"></center>'
 					'You poke your finger in the hole showing that you are ready to serve the stranger.'
-					'The stranger slips ' + iif(ghnow < 5, '300', '150') +  '<b>₽</b> into the hole, and then his erect cock pokes out of the hole.'
+					'The stranger slips ' + iif(ghnow < 5, '300', '150') +	'<b>₽</b> into the hole, and then his erect cock pokes out of the hole.'
 
 					act 'Suck dick':
 						cla
@@ -771,7 +770,7 @@ if $ARGS[0] = 'pip':
 end
 
 if $ARGS[0] = 'kendra':
-    $location_type = 'event'
+	$location_type = 'event'
 	cla
 	*clr
 	minut += 10
@@ -800,7 +799,7 @@ if $ARGS[0] = 'kendra':
 end
 
 if $ARGS[0] = 'kendra1':
-    $location_type = 'event'
+	$location_type = 'event'
 	cla
 	*clr
 	minut += 10
@@ -858,7 +857,7 @@ if $ARGS[0] = 'kendra1':
 end
 
 if $ARGS[0] = 'kendra2':
-    $location_type = 'event'
+	$location_type = 'event'
 	cla
 	*clr
 	minut += 10
@@ -896,7 +895,7 @@ if $ARGS[0] = 'kendra2':
 end
 
 if $ARGS[0] = 'kendra3':
-    $location_type = 'event'
+	$location_type = 'event'
 	cla
 	*clr
 	minut += 10
@@ -922,7 +921,7 @@ if $ARGS[0] = 'kendra3':
 end
 
 if $ARGS[0] = 'kendra4':
-    $location_type = 'event'
+	$location_type = 'event'
 	cla
 	*clr
 	minut += 10
@@ -944,7 +943,7 @@ if $ARGS[0] = 'kendra4':
 end
 
 if $ARGS[0] = 'shprod':
-    $location_type = 'event'
+	$location_type = 'event'
 	cla
 	*clr
 	minut += 5
@@ -958,8 +957,8 @@ if $ARGS[0] = 'shprod':
 		*clr
 		picrand = 47
 		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/sexshop/shprod1.jpg"></center>'
-		'You wear the skirt out of the booth and pose in the mirror, you do not have panties on and the skirt is so short that looks more like a belt and does not cover anything.  All your charms are visible from all directions.'
-		'Approaching the mirror you are considering this so-called skirt, and the cashier kneels behind you and starts praising your ass in that skirt, his hands already wander around your hips and he get his lips as close to your butt as he can, he says that he wants to kiss on your skin.  Words soon cease and just the touch of his lips to your skin remains, closer and closer to your pussy.'
+		'You wear the skirt out of the booth and pose in the mirror, you do not have panties on and the skirt is so short that looks more like a belt and does not cover anything.	All your charms are visible from all directions.'
+		'Approaching the mirror you are considering this so-called skirt, and the cashier kneels behind you and starts praising your ass in that skirt, his hands already wander around your hips and he get his lips as close to your butt as he can, he says that he wants to kiss on your skin.	Words soon cease and just the touch of his lips to your skin remains, closer and closer to your pussy.'
 
 		act 'Push him away':gt 'sexshop', 'start'
 		act 'Let him':gs 'boyStat', 'A181' & gt 'sex', 'kuni'