Procházet zdrojové kódy

[fixes] Swapped timesso it takes 5 mins to look through clothing and 1 to return, which makes more sense.

KevinSmarts před 5 roky
rodič
revize
1e7be7c9e4

+ 8 - 8
locations/NewCloShop.qsrc

@@ -25,13 +25,13 @@ if $ARGS[0] = 'start':
 		gt 'torgcentr'
 	end
 	
-	act 'View Clothing': minut += 1 & gt 'NewCloShop', 'clothes'
+	act 'View Clothing': minut += 5 & gt 'NewCloShop', 'clothes'
 
-	act 'View panties': minut += 1 & gt 'NewCloShop', 'panties'
+	act 'View panties': minut += 5 & gt 'NewCloShop', 'panties'
 
-	act 'View bras': minut += 1 & gt 'NewCloShop', 'bras'
+	act 'View bras': minut += 5 & gt 'NewCloShop', 'bras'
 
-	act 'View purses': minut += 1 & gt 'NewCloShop', 'purses'
+	act 'View purses': minut += 5 & gt 'NewCloShop', 'purses'
 end
 
 if $ARGS[0] = 'clothes':
@@ -46,7 +46,7 @@ if $ARGS[0] = 'clothes':
 
 	act 'Return':
 		cla
-		minut += 5
+		minut += 1
 		gt 'NewCloShop', 'start'
 	end
 	
@@ -84,7 +84,7 @@ if $ARGS[0] = 'panties':
 
 	act 'Return':
 		cla
-		minut += 5
+		minut += 1
 		gt 'NewCloShop', 'start'
 	end
 
@@ -116,7 +116,7 @@ if $ARGS[0] = 'bras':
 
 	act 'Return':
 		cla
-		minut += 5
+		minut += 1
 		gt 'NewCloShop', 'start'
 	end
 
@@ -147,7 +147,7 @@ if $ARGS[0] = 'purses':
 
 	act 'Return':
 		cla
-		minut += 5
+		minut += 1
 		gt 'NewCloShop', 'start'
 	end
 

+ 20 - 20
locations/budgetclothes.qsrc

@@ -36,22 +36,22 @@ if $ARGS[0] = 'start':
 		act 'Return':gt 'budgetclothes', 'start'
 		
 		act 'View cheap clothing':
-			minut += 1
+			minut += 5
 			gt 'budgetclothes', 'clothes'
 		end
 		
 		act 'View office wear':
-			minut += 1
+			minut += 5
 			gt 'budgetclothes', 'office'
 		end
 
 		act 'View uniforms':
-			minut += 1
+			minut += 5
 			gt 'budgetclothes', 'uniform'
 		end
 
 		act 'View school uniforms':
-			minut += 1
+			minut += 5
 			gt 'budgetclothes', 'school'
 		end
 	end
@@ -62,33 +62,33 @@ if $ARGS[0] = 'start':
 		act 'Return':gt 'budgetclothes', 'start'
 		
 		act 'Look at regular shoes':
-			minut += 1
+			minut += 5
 			gt 'budgetclothes', 'shoes'
 		end
 
 		act 'Look at exercise shoes':
-			minut += 1
+			minut += 5
 			gt 'budgetclothes', 'trainers'
 		end
 	end
 
 	act 'View coats':
-		minut += 1
+		minut += 5
 		gt 'budgetclothes', 'coats'
 	end
 
 	act 'View purses':
-		minut += 1
+		minut += 5
 		gt 'budgetclothes', 'purses'
 	end
 
 	act 'View panties':
-		minut += 1
+		minut += 5
 		gt 'budgetclothes', 'panties'
 	end
 
 	act 'View bras':
-		minut += 1
+		minut += 5
 		gt 'budgetclothes', 'bras'
 	end
 end
@@ -105,7 +105,7 @@ if $ARGS[0] = 'clothes':
 
 	act 'Return':
 		cla
-		minut += 5
+		minut += 1
 		gt 'budgetclothes', 'start'
 	end
 
@@ -157,7 +157,7 @@ if $ARGS[0] = 'office':
 
 	act 'Return':
 		cla
-		minut += 5
+		minut += 1
 		gt 'budgetclothes', 'start'
 	end
 
@@ -203,7 +203,7 @@ if $ARGS[0] = 'uniform':
 
 	act 'Return':
 		cla
-		minut += 5
+		minut += 1
 		gt 'budgetclothes', 'start'
 	end
 
@@ -249,7 +249,7 @@ if $ARGS[0] = 'school':
 
 	act 'Return':
 		cla
-		minut += 5
+		minut += 1
 		gt 'budgetclothes', 'start'
 	end
 
@@ -292,7 +292,7 @@ if $ARGS[0] = 'shoes':
 
 	act 'Return':
 		cla
-		minut += 5
+		minut += 1
 		gt 'budgetclothes', 'start'
 	end
 
@@ -321,7 +321,7 @@ if $ARGS[0] = 'trainers':
 
 	act 'Return':
 		cla
-		minut += 5
+		minut += 1
 		gt 'budgetclothes', 'start'
 	end
 
@@ -348,7 +348,7 @@ if $ARGS[0] = 'coats':
 
 	act 'Return':
 		cla
-		minut += 5
+		minut += 1
 		gt 'budgetclothes', 'start'
 	end
 
@@ -381,7 +381,7 @@ if $ARGS[0] = 'purses':
 
 	act 'Return':
 		cla
-		minut += 5
+		minut += 1
 		gt 'budgetclothes', 'start'
 	end
 
@@ -402,7 +402,7 @@ if $ARGS[0] = 'panties':
 
 	act 'Return':
 		cla
-		minut += 5
+		minut += 1
 		gt 'budgetclothes', 'start'
 	end
 
@@ -425,7 +425,7 @@ if $ARGS[0] = 'bras':
 
 	act 'Return':
 		cla
-		minut += 5
+		minut += 1
 		gt 'budgetclothes', 'start'
 	end
 

+ 10 - 10
locations/butik.qsrc

@@ -57,15 +57,15 @@ if $ARGS[0] = 'start':
 		gt 'torgcentr'
 	end
 	
-	act 'Browse the clothing': minut += 1 & gt 'butik', 'clothes'
+	act 'Browse the clothing': minut += 5 & gt 'butik', 'clothes'
 
-	act 'Browse the panties': minut += 1 & gt 'butik', 'panties'
+	act 'Browse the panties': minut += 5 & gt 'butik', 'panties'
 
-	act 'Browse the bras': minut += 1 & gt 'butik', 'bras'
+	act 'Browse the bras': minut += 5 & gt 'butik', 'bras'
 
-	act 'Browse the shoes': minut += 1 & gt 'butik', 'shoes'
+	act 'Browse the shoes': minut += 5 & gt 'butik', 'shoes'
 
-	act 'Browse the handbags': minut += 1 & gt 'butik', 'purses'
+	act 'Browse the handbags': minut += 5 & gt 'butik', 'purses'
 
 	if money >= 50000:
 		if coat[9] < 1:
@@ -90,7 +90,7 @@ if $ARGS[0] = 'clothes':
 
 	act 'Return':
 		cla
-		minut += 5
+		minut += 1
 		gt 'butik', 'start'
 	end
 
@@ -131,7 +131,7 @@ if $ARGS[0] = 'panties':
 
 	act 'Return':
 		cla
-		minut += 5
+		minut += 1
 		gt 'butik', 'start'
 	end
 
@@ -163,7 +163,7 @@ if $ARGS[0] = 'bras':
 
 	act 'Return':
 		cla
-		minut += 5
+		minut += 1
 		gt 'butik', 'start'
 	end
 
@@ -195,7 +195,7 @@ if $ARGS[0] = 'shoes':
 
 	act 'Return':
 		cla
-		minut += 5
+		minut += 1
 		gt 'butik', 'start'
 	end
 
@@ -221,7 +221,7 @@ if $ARGS[0] = 'purses':
 
 	act 'Return':
 		cla
-		minut += 5
+		minut += 1
 		gt 'butik', 'start'
 	end
 

+ 5 - 5
locations/sell_young_clothes.qsrc

@@ -12,7 +12,7 @@ if $ARGS[0] = 'start':
 
 	act 'Return':
 		cla
-		minut += 5
+		minut += 1
 		gt 'young_shop', 'start'
 	end
 
@@ -41,7 +41,7 @@ if $ARGS[0] = 'shoes':
 
 	act 'Return':
 		cla
-		minut += 5
+		minut += 1
 		gt 'young_shop', 'start'
 	end
 
@@ -67,7 +67,7 @@ if $ARGS[0] = 'panties':
 
 	act 'Return':
 		cla
-		minut += 5
+		minut += 1
 		gt 'young_shop', 'start'
 	end
 
@@ -99,7 +99,7 @@ if $ARGS[0] = 'bras':
 
 	act 'Return':
 		cla
-		minut += 5
+		minut += 1
 		gt 'young_shop', 'start'
 	end
 
@@ -131,7 +131,7 @@ if $ARGS[0] = 'purses':
 
 	act 'Return':
 		cla
-		minut += 5
+		minut += 1
 		gt 'young_shop', 'start'
 	end
 

+ 11 - 11
locations/sexshop.qsrc

@@ -156,27 +156,27 @@ if $ARGS[0] = 'start':
 	end
 
 	act 'Look through the fetish clothing':
-		minut += 1
+		minut += 5
 		gt 'sexshop', 'clo'
 	end
 
 	act 'Look through the burlesque clothing':
-		minut += 1
+		minut += 5
 		gt 'sexshop', 'clo2'
 	end
 
 	act 'Look through the panties':
-		minut += 1
+		minut += 5
 		gt 'sexshop', 'panties'
 	end
 
 	act 'Look through the bras':
-		minut += 1
+		minut += 5
 		gt 'sexshop', 'bras'
 	end
 
 	act 'Look through the fetish shoes':
-		minut += 1
+		minut += 5
 		gt 'sexshop', 'shoes'
 	end
 	
@@ -269,7 +269,7 @@ if $ARGS[0] = 'start':
 		act 'Buy 25cm long dildo (950 <b>₽</b>)':
 			cla
 			*clr
-			minut += 15
+			minut += 5
 			bigdildo = 1
 			money -= 950
 			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/sexshop/sexshop.jpg"></center>'
@@ -402,7 +402,7 @@ if $ARGS[0] = 'clo':
 
 	act 'Return':
 		cla
-		minut += 5
+		minut += 1
 		gt 'sexshop', 'start'
 	end
 
@@ -489,7 +489,7 @@ if $ARGS[0] = 'clo2':
 
 	act 'Return':
 		cla
-		minut += 5
+		minut += 1
 		gt 'sexshop', 'start'
 	end
 
@@ -533,7 +533,7 @@ if $ARGS[0] = 'shoes':
 
 	act 'Return':
 		cla
-		minut += 5
+		minut += 1
 		gt 'sexshop', 'start'
 	end
 
@@ -559,7 +559,7 @@ if $ARGS[0] = 'panties':
 
 	act 'Return':
 		cla
-		minut += 5
+		minut += 1
 		gt 'sexshop', 'start'
 	end
 
@@ -591,7 +591,7 @@ if $ARGS[0] = 'bras':
 
 	act 'Return':
 		cla
-		minut += 5
+		minut += 1
 		gt 'sexshop', 'start'
 	end
 

+ 11 - 14
locations/sportShop.qsrc

@@ -2,10 +2,7 @@
 
 if $ARGS[0] = 'start':
     $location_type = 'public_indoors'
-	cla
-	clr
-	*clr
-	minut += 5
+	cls
 	gs 'stat'
 	if night_mode = 1:
 		fcolor = rgb(255, 255, 255)
@@ -29,30 +26,30 @@ if $ARGS[0] = 'start':
 
 	act 'View sports clothes':
 		cla
-		minut += 1
+		minut += 5
 		gt 'sportshop', 'clo'
 	end
 
 	act 'View exercise shoes':
-		minut += 1
+		minut += 5
 		gt 'sportshop', 'trainers'
 	end
 
 	act 'View swimwear':
 		cla
-		minut += 1
+		minut += 5
 		gt 'sportshop', 'swim'
 	end
 
 	act 'View sports bras':
 		cla
-		minut += 1
+		minut += 5
 		gt 'sportshop', 'bras'
 	end
 
 	act 'View sports panties':
 		cla
-		minut += 1
+		minut += 5
 		gt 'sportshop', 'panties'
 	end
 
@@ -102,7 +99,7 @@ if $ARGS[0] = 'clo':
 
 	act 'Return':
 		cla
-		minut += 5
+		minut += 1
 		gt 'sportshop', 'start'
 	end
 
@@ -135,7 +132,7 @@ if $ARGS[0] = 'trainers':
 
 	act 'Return':
 		cla
-		minut += 5
+		minut += 1
 		gt 'sportShop', 'start'
 	end
 
@@ -160,7 +157,7 @@ if $ARGS[0] = 'swim':
 
 	act 'Return':
 		cla
-		minut += 5
+		minut += 1
 		gt 'sportshop', 'start'
 	end
 
@@ -196,7 +193,7 @@ if $ARGS[0] = 'panties':
 
 	act 'Return':
 		cla
-		minut += 5
+		minut += 1
 		gt 'sportShop', 'start'
 	end
 
@@ -228,7 +225,7 @@ if $ARGS[0] = 'bras':
 
 	act 'Return':
 		cla
-		minut += 5
+		minut += 1
 		gt 'sportShop', 'start'
 	end
 

+ 5 - 5
locations/young_shop.qsrc

@@ -82,27 +82,27 @@ if $ARGS[0] = 'start':
 	end
 
 	act 'Look through the clothes on sale':
-		minut += 1
+		minut += 5
 		gt 'sell_young_clothes', 'start'
 	end
 
 	act 'Look through the panties on sale':
-		minut += 1
+		minut += 5
 		gt 'sell_young_clothes', 'panties'
 	end
 
 	act 'Look through the bras on sale':
-		minut += 1
+		minut += 5
 		gt 'sell_young_clothes', 'bras'
 	end
 
 	act 'Look through the shoes on sale':
-		minut += 1
+		minut += 5
 		gt 'sell_young_clothes', 'shoes'
 	end
 
 	act 'Look through the purses on sale':
-		minut += 1
+		minut += 5
 		gt 'sell_young_clothes', 'purses'
 	end