Browse Source

Merge remote-tracking branch 'FenrirRed/master'

Kevin_Smarts 2 years ago
parent
commit
06f0b4358d
3 changed files with 5 additions and 5 deletions
  1. 1 1
      locations/city_industrial_train.qsrc
  2. 1 1
      locations/pav_train_hall.qsrc
  3. 3 3
      locations/train.qsrc

+ 1 - 1
locations/city_industrial_train.qsrc

@@ -187,7 +187,7 @@ end
 
 if $ARGS[0] = 'centre':
 	$loc = 'city_train'
-	$loc_arg = 'inside'
+	$loc_arg = 'start'
 	menu_off = 1
 	*clr & cla
 	minut += 5

+ 1 - 1
locations/pav_train_hall.qsrc

@@ -341,7 +341,7 @@ end
 
 if $ARGS[0] = 'centre':
 	$loc = 'city_train'
-	$loc_arg = 'inside'
+	$loc_arg = 'start'
 	menu_off = 1
 	minut += 40
 	if rand(1, 100) < 15: gt 'train', 'private'

+ 3 - 3
locations/train.qsrc

@@ -87,7 +87,7 @@ end
 if $ARGS[0] = 'communal_centre':
 	minut += 15
 	$loc = 'city_train'
-	$loc_arg = 'inside'
+	$loc_arg = 'start'
 	$menu_loc = 'city_train'
 	$menu_arg = 'communal_centre'
 	menu_off = 0
@@ -238,7 +238,7 @@ end
 
 if $ARGS[0] = 'village_centre':
 	$loc = 'city_train'
-	$loc_arg = 'inside'
+	$loc_arg = 'start'
 	menu_off = 1
 	minut += 25
 	if rand(1, 100) <= 10: gt 'train_incidental', 'events'
@@ -318,7 +318,7 @@ if $ARGS[0] = 'weed':
 	train_event = 1
 	menu_off = 1
 	$loc = 'city_train'
-	$loc_arg = 'inside'
+	$loc_arg = 'start'
 	*clr & cla
 	gs 'stat'
 	'<center><h4>Pavlovsk Station</h4></center>'