浏览代码

[fixes] some dead ends in burgertip

julzor 5 年之前
父节点
当前提交
a578f5a7b5
共有 1 个文件被更改,包括 36 次插入26 次删除
  1. 36 26
      locations/BurgerTip.qsrc

+ 36 - 26
locations/BurgerTip.qsrc

@@ -352,7 +352,7 @@ if $ARGS[0] = 'work':
 				'Anatoly comes out of the office and says, "<<$pcs_nickname>>, let''s get out of here and go have some fun."'
 
 				act 'Go with Anatoly':
-					*clr&cla
+					*clr & cla
 					gs 'stat'
 					'<center><img <<$set_imgh>> src="images/locations/city/shared/car.jpg"></center>'
 					BurMestoRand = rand(0, 1)
@@ -497,12 +497,22 @@ if $ARGS[0] = 'work':
 
 		exit
 	elseif burand = 2:
-		'The senior manager Ivan shows up in your office.'
-		gs 'BurgerTip', 'ivan_work'
-
-		if $kompromatFoto = '' or kompromatBlackMail > 1:
+		*clr & cla
+		if $kompromatFoto ! '' and kompromatBlackMail = 0:
+			gt 'BurgerTip', 'ivan_work'
+		elseif $kompromatFoto = '' and kompromatBlackMail > 1:
+			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/diner/work.jpg"></center>'
+			'The senior manager Ivan shows up in your office.'
 			'Ivan grins, "Honey, I need you to put your stamp on these papers." You give Ivan a sceptical look, as you find your company stamp. Then you put your stamp on the papers, and hand the back to Ivan.'
 
+			if PSBBtimes = 1:
+				act 'Have your lunch': gt 'burgerWork', 'work'
+			elseif PSBBtimes = 2:
+				act 'Leave work': gs 'burgerWork', 'work2'
+			end
+		else
+			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/diner/work.jpg"></center>'
+			'Nothing interesting happens.'
 			if PSBBtimes = 1:
 				act 'Have your lunch': gt 'burgerWork', 'work'
 			elseif PSBBtimes = 2:
@@ -951,33 +961,33 @@ if $ARGS[0] = 'anal2':
 	end
 end
 
-if $ARGS[0] = 'Ivan_work':
-	if $kompromatFoto ! '' and kompromatBlackMail = 0:
-		'Ivan grins, "<<$pcs_nickname>>, <<$pcs_nickname>>, I would have never imagined this from a sweet young thing like you." He puts a photo on your desk. You pick it up, and take a look. <<$kompromatFoto>>. Ivan is looking at you like a cat about to catch a mouse: "<<$pcs_nickname>>, we can''t have this our boss has aims at a career in politics. If something like this were to get out it would it would...well we can''t let that happen. I''m afraid you are just going to have to quit. Anatoly can''t be known as a man who keeps a slutty secretary."' 
+if $ARGS[0] = 'ivan_work':
+	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/diner/work.jpg"></center>'
+	'The senior manager Ivan shows up in your office.'
+	'Ivan grins, "<<$pcs_nickname>>, <<$pcs_nickname>>, I would have never imagined this from a sweet young thing like you." He puts a photo on your desk. You pick it up, and take a look. <<$kompromatFoto>>. Ivan is looking at you like a cat about to catch a mouse: "<<$pcs_nickname>>, we can''t have this our boss has aims at a career in politics. If something like this were to get out it would it would...well we can''t let that happen. I''m afraid you are just going to have to quit. Anatoly can''t be known as a man who keeps a slutty secretary."' 
 	
-		act 'Plead with him not to show the pictures':gs 'BurgerTip', 'ivan_work2'
-
-		act 'Keep silent':
-			*clr&cla
-			kompromatBlackMail = 1
-			minut += 5
-			gs 'stat'
-			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/diner/work5.jpg"></center>'
-			'Ivan frowns slightly when you don''t say anything. "OK baby, I will keep quiet for now, but this isn''t the end of this." Irritated, he puts the photo in his pocket.'
+	act 'Plead with him not to show the pictures': gt 'BurgerTip', 'ivan_work2'
 
-			if PSBBtimes = 1:
-				act 'Have your lunch': gt 'burgerWork', 'work'
-			elseif PSBBtimes = 2:
-				act 'Leave work': gs 'burgerWork', 'work2'
-			end
+	act 'Keep silent':
+		*clr & cla
+		kompromatBlackMail = 1
+		minut += 5
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/diner/work5.jpg"></center>'
+		'Ivan frowns slightly when you don''t say anything. "OK baby, I will keep quiet for now, but this isn''t the end of this." Irritated, he puts the photo in his pocket.'
 
-			act 'Plead with him not to show the pictures':gs 'BurgerTip', 'ivan_work2'
+		if PSBBtimes = 1:
+			act 'Have your lunch': gt 'burgerWork', 'work'
+		elseif PSBBtimes = 2:
+			act 'Leave work': gs 'burgerWork', 'work2'
 		end
+
+		act 'Plead with him not to show the pictures': gt 'BurgerTip', 'ivan_work2'
 	end
 end
 
-if $ARGS[0] = 'Ivan_work2':
-	*clr&cla
+if $ARGS[0] = 'ivan_work2':
+	*clr & cla
 	minut += 5
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/diner/work5.jpg"></center>'
@@ -1024,7 +1034,7 @@ if $ARGS[0] = 'Ivan_work2':
 	act 'Refuse': gt 'BurgerTip', 'ivan_work3'
 end
 
-if $ARGS[0] = 'Ivan_work3':
+if $ARGS[0] = 'ivan_work3':
 	*clr&cla
 	kompromatBlackMail = 1
 	gs 'stat'