Przeglądaj źródła

Merge remote-tracking branch 'upstream/master'

philormand 4 lat temu
rodzic
commit
c388e90967
1 zmienionych plików z 6 dodań i 3 usunięć
  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