Browse Source

[fixes] the work variables in andrey is set to correct value... so you can work in the young_shop

julzor 5 years ago
parent
commit
654a63c554
1 changed files with 6 additions and 6 deletions
  1. 6 6
      locations/andrey.qsrc

+ 6 - 6
locations/andrey.qsrc

@@ -22,7 +22,7 @@ if $ARGS[0] = '':
 		gs 'andrey', 'reapply'
 	elseif young_shop_work = 0 and young_shop_work1 = 0 and young_shop_work2 = 0:
 		gs 'andrey', 'apply'
-	elseif young_shop_work = 1 or young_shop_work1 = 1 or young_shop_work2 = 1 or young_shop_work = 100 or young_shop_work1 = 100 or young_shop_work2 = 100:
+	elseif young_shop_work = 1 or young_shop_work1 = 1 or young_shop_work2 = 1:
 		gs 'andrey', 'regular'
 	else
 		gs 'andrey', 'beg'
@@ -55,7 +55,7 @@ if $ARGS[0] = 'apply':
 			act 'Take the evening job':
 				cla
 				work = 1
-				young_shop_work = 100
+				young_shop_work = 1
 				minut += 5
 				*nl
 				'You find the conditions suiting, and without batting and eye you sign the documents.'
@@ -64,7 +64,7 @@ if $ARGS[0] = 'apply':
 			end
 			act 'Take the weekend job':
 				cla
-				young_shop_work1 = 100
+				young_shop_work1 = 1
 				minut += 5
 				*nl
 				'You find the conditions suiting, and without batting and eye you sign the documents.'
@@ -74,7 +74,7 @@ if $ARGS[0] = 'apply':
 !!			act 'Take the full time job':
 !!				cla
 !!				work = 1
-!!				young_shop_work2 = 100
+!!				young_shop_work2 = 1
 !!				minut += 5
 !!				*nl
 !!				'You find the conditions suiting, and without batting and eye you sign the documents.'
@@ -350,13 +350,13 @@ if $ARGS[0] = 'reapply':
 		'You fill out the forms and return them to the manager.'
 		act 'Accept work during the week':
 			work = 1
-			young_shop_work = 100
+			young_shop_work = 1
 			minut += 5
 			'You got a job in the youth clothing store ''Pussy-Cats''. Your first workday is on Monday at 15:00.'
 			gt 'young_shop', 'start'
 		end
 		act 'Accept work during the weekend':
-			young_shop_work1 = 100
+			young_shop_work1 = 1
 			minut += 5
 			'You got a job in the youth clothing store ''Pussy-Cats''. Your first workday is on Saturday at 09:00.'
 			gt 'young_shop', 'start'