Browse Source

[fixed] 'pav_market_hall' instead of 'pav_train_hall'

FenrirRed 2 years ago
parent
commit
be8857c78a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/pav_market.qsrc

+ 2 - 2
locations/pav_market.qsrc

@@ -269,13 +269,13 @@ end
 
 gs 'family'
 
-act 'Enter the station building': minut += 3 & gt 'pav_market_hall'
+act 'Enter the station building': minut += 3 & gt 'pav_train_hall'
 act 'Walk to the Commercial area (0:10)':minut += 10 & gt 'pav_commercial'
 act 'Walk to the Residential area (0:15)':minut += 15 & gt 'pav_residential'
 act 'Walk to the Industrial region (0:15)':minut += 15 & gt 'pav_industrial'
 act 'Walk to the Five Eight estate (0:15)':minut += 15 & gt 'pav_complex', 'start'
 if Trainpass_day > daystart:
-	act 'Board train (0:15)':minut += 15 & gt 'pav_market_hall', 'platform'
+	act 'Board train (0:15)':minut += 15 & gt 'pav_train_hall', 'platform'
 end
 act 'Walk to the highway (0:15)':minut += 15 & nroad = 20 & gt 'road'
 act 'Walk to Pushkin (0:15)':minut += 15 & nroad = 19 & gt 'liam'