Browse Source

[fixes] made it possible to get payed for the weekend job at the young_shop and smal other fixes

julzor 6 years ago
parent
commit
a321a46344
3 changed files with 24 additions and 8 deletions
  1. 4 1
      locations/andrey.qsrc
  2. 2 0
      locations/burger.qsrc
  3. 18 7
      locations/young_shop.qsrc

+ 4 - 1
locations/andrey.qsrc

@@ -86,11 +86,14 @@ if $ARGS[0] = 'apply':
 end
 
 if $ARGS[0] = 'regular':
+	cla
+	*clr
+	'<b><center><font size="4">Manager Andrew M. Sobulyagin</font></center></b>'
 	'<center><img <<$set_imgh>> src="images\locations\city\citycenter\mall\cats\manager_andrew.jpg"></center>'
 	*nl
 	'You knock on the door and Mr. Sobulyagin calls you in. Normally he would be reading the paper, but instead he''s just sitting there with a weird look on his face, almost like you scared him or something.'
 
-	if week = 5 and young_shop_salary > 0:
+	if (week = 5 or week = 7) and young_shop_salary > 0:
 		if young_shop_miss = 0:
 			'"Came to get your pay?" he asks quickly and you nod. He beckons you closer and you oblige. He digs around in his desk drawer for your money and as you wait, you catch a glimpse of his computer screen and see an image of a naked woman. He must think you can''t see the screen from where you are. "Here you go," Mr. Sobulyagin says as he holds out a white envelope with the money inside.'
 		elseif young_shop_miss < 3:

+ 2 - 0
locations/burger.qsrc

@@ -431,6 +431,7 @@ if $ARGS[0] = 'dishes':
 						spafinloc = 12
 						gs 'cum_manage'
 						money += 500
+						slutty += 1
 						gs 'stat'
 						'<center><img <<$set_imgh>> src="images/locations/city/citycenter/diner/sex/bj4.jpg"></center>'
 						'You squat in front of the manager and swallow his sperm before licking the remnants of his semen off of the still standing, but quickly lowering penis.'
@@ -475,6 +476,7 @@ if $ARGS[0] = 'dishes':
 							spafinloc = 12
 							gs 'cum_manage'
 							money += 500
+							slutty + = 1
 							gs 'stat'
 							'<center><img <<$set_imgh>> src="images/locations/city/citycenter/diner/sex/bj4.jpg"></center>'
 							'You squat in front of the manager and swallow his sperm as you began to lick the remnants of his semen off of the still standing, but quickly lowering penis.'

+ 18 - 7
locations/young_shop.qsrc

@@ -903,13 +903,24 @@ end
 if $ARGS[0] = 'endwork':
 	!!if young_shop_work = 1 and young_shop_miss < 3:
 	cla
-
-	if week = 5 and young_shop_salary > 0:
-		act '<font color="green">Collect your pay</font>':gt 'andrey'
-	else
-		act '<b>Leave the store</b>':
-			minut += 3
-			gt 'torgcentr'
+	
+	if young_shop_work = 1 or young_shop_work2 = 1:
+		if week = 5 and young_shop_salary > 0:
+			act '<font color="green">Collect your pay</font>':gt 'andrey'
+		else
+			act '<b>Leave the store</b>':
+				minut += 3
+				gt 'torgcentr'
+			end
+		end
+	elseif young_shop_work1 = 1:
+		if week = 7 and young_shop_salary > 0:
+			act '<font color="green">Collect your pay</font>':gt 'andrey'
+		else
+			act '<b>Leave the store</b>':
+				minut += 3
+				gt 'torgcentr'
+			end
 		end
 	end
 end