Ver código fonte

[changed] increased the price of the fake passport to 30.000 suggested by blatte/Dick-tator

julzor 5 anos atrás
pai
commit
320f4795b4
2 arquivos alterados com 13 adições e 20 exclusões
  1. 11 16
      locations/etoexhib.qsrc
  2. 2 4
      locations/nordtrain.qsrc

+ 11 - 16
locations/etoexhib.qsrc

@@ -1668,9 +1668,9 @@ if $ARGS[0] = 'pos53':
 end
 
 if $ARGS[0] = 'pos54':
-	cla
-	*clr
-	minut+=5
+	*clr & cla
+	menu_off = 1
+	minut += 5
 	gs 'stat'
 
 	'<center><img <<$set_imgh>> src="images/locations/shared/train/spy.jpg"></center>'
@@ -1680,7 +1680,7 @@ if $ARGS[0] = 'pos54':
 		!only notify player 1 time after events triggered
 		if fakepassport = 2:
 			fakepassport = 0
-			'He tells you "A passport with a fake age will cost you 3,000 <b>₽</b>"'
+			'He tells you "A passport with a fake age will cost you 30,000 <b>₽</b>"'
 		end
 
 		if fakediplom = 2:
@@ -1689,12 +1689,13 @@ if $ARGS[0] = 'pos54':
 		end
 	end
 
-	if age < 18 and fakepassport ! 1 and money > 3000:
-		act 'Buy fake passport (3,000 <b>₽</b>)':
-			cla
-			*clr
+	act 'Leave': gt 'nordtrain', 'outside'
+	
+	if age < 18 and fakepassport ! 1 and money > 30000:
+		act 'Buy fake passport (30,000 <b>₽</b>)':
+			*clr & cla
 			minut += 10
-			money -= 3000
+			money -= 30000
 			fakepassport = 1
 
 			'<center><img <<$set_imgh>> src="images/locations/shared/train/spy.jpg"></center>'
@@ -1706,8 +1707,7 @@ if $ARGS[0] = 'pos54':
 
 	if diplom = 0 and fakediplom ! 1 and money > 100000:
 		act 'Buy fake diploma (100,000 <b>₽</b>)':
-			cla
-			*clr
+			*clr & cla
 			minut += 10
 			money -= 100000
 			fakediplom = 1
@@ -1718,11 +1718,6 @@ if $ARGS[0] = 'pos54':
 			act 'Leave': gt 'nordtrain', 'outside'
 		end
 	end
-
-	act 'Leave':
-		cls
-		gt 'nordtrain', 'outside'
-	end
 end
 
 if $ARGS[0] = 'pos90':

+ 2 - 4
locations/nordtrain.qsrc

@@ -41,12 +41,10 @@ if $ARGS[0] = 'outside':
 		'In the parking lot is <a href="exec:GS ''carF'',''start''">your <<$car>></a>.'
 	end
 
-	if RAND(1,100) > 70:
+	if rand(1,100) > 70:
 		'You see a <a href="exec:gt ''etoexhib'',''pos54''">suspicious character</a>.'
 		!fakes use 2 for aware of need for, 1 for have, otherwise 0
-		if fakepassport = 2 or fakediplom = 2:
-		'When you pass by the suspicious character, he whispers to you: "I have what you want, miss"'
-		end
+		if fakepassport = 2 or fakediplom = 2: 'When you pass by the suspicious character, he whispers to you: "I have what you want, miss"'
 	end
 
 	act 'Go to the city industrial region': minut += 15 & gt'nord'