Browse Source

[fixed] Bad link and bad copypasta for 'weed' event on the train

KevinSmarts 4 years ago
parent
commit
b86e9d94a0
1 changed files with 6 additions and 3 deletions
  1. 6 3
      locations/train.qsrc

+ 6 - 3
locations/train.qsrc

@@ -316,6 +316,8 @@ end
 if $ARGS[0] = 'weed':
 	train_event = 1
 	menu_off = 1
+	$loc = 'city_train'
+	$metka = 'inside'
 	*clr & cla
 	gs 'stat'
 	'<center><h4>Pavlovsk Station</h4></center>'
@@ -352,7 +354,7 @@ if $ARGS[0] = 'weed':
 					'<center><img <<$set_imgh>> src="images/locations/shared/train/cityplat.jpg" ></center>'
 					'After 40 minutes, the train stops at the St. Petersburg city center station. The large office blocks and shopping centers fill your view. This is the train''s final destination.'
 					act 'Get off the train':
-						if rand(1, 100) <= 5: gt 'train_incidental', 'end'
+						if rand(1, 100) <= 5: gt 'train_incidental', 'events'
 						gt 'city_train', 'inside'
 					end
 				end
@@ -392,7 +394,7 @@ if $ARGS[0] = 'weed':
 						'<center><img <<$set_imgh>> src="images/locations/shared/train/cityplat.jpg" ></center>'
 						'After 40 minutes, the train stops at the St. Petersburg city center station. The large office blocks and shopping centers fill your view. This is the train''s final destination.'
 						act 'Get off the train':
-							if rand(1, 100) <= 5: gt 'train_incidental', 'end'
+							if rand(1, 100) <= 5: gt 'train_incidental', 'events'
 							gt 'city_train', 'inside'
 						end
 					end
@@ -452,7 +454,8 @@ if $ARGS[0] = 'weed':
 								'<center><img <<$set_imgh>> src="images/locations/shared/train/cityplat.jpg" ></center>'
 								'After 40 minutes, the train stops at the St. Petersburg city center station. The large office blocks and shopping centers fill your view. This is the train''s final destination.'
 								act 'Get off the train':
-									if rand(1, 100) <= 5: gt 'train_incidental', 'end'
+									if rand(1, 100) <= 5: gt 'train_incidental', 'events'
+									gt 'city_train', 'inside'
 								end
 							end
 						end