Browse Source

Ease of navigation fixes

KevinSmarts 6 years ago
parent
commit
ed969253ed
3 changed files with 8 additions and 2 deletions
  1. 2 0
      locations/pavCommercial
  2. 4 1
      locations/road
  3. 2 1
      locations/vokzalG

+ 2 - 0
locations/pavCommercial

@@ -120,6 +120,8 @@ if workPTU > 2:act '<b>Go to the hostel</b>':gt 'etoexhib', 'pos40'
 
 act 'Go to the residential area':minut += 5 & gt 'pavResidential'
 
+act 'Walk to the city highway':minut += 15 & nroad = 20 & gt 'road'
+
 act 'Wait':
 	cla
 	waiting = input ("How long would you like to wait? (Not more than 120 minutes)")

+ 4 - 1
locations/road

@@ -19,7 +19,10 @@ if $ARGS[0] = '':
 	if car > 0 and cardrive = 22 and ncarroad = nroad:'You parked <a href="exec:gs ''carF'', ''start''">your <<$car>></a> next to the road.'
 	if nroad = 0:act 'Enter the city industrial district':minut += 60 & gt 'nord'
 	if nroad = 16:act 'Check out the construction site':minut += 60 & gt 'obekt'
-	if nroad = 20: act 'Enter Pavlovsk': minut += 60 & gt 'vokzalG'
+	if nroad = 20:
+		act 'Go to Pavlovsk train station': minut += 20 & gt 'vokzalG'
+		act 'Go to Pavlovsk high street': minut += 20 & gt 'pavCommercial'
+	end
 	if nroad < 20:act 'Walk towards Pavlovsk':minut += 60 & nroad += 1 & gt $curloc
 	if nroad > 0:act 'Walk towards St. Petersburg':minut += 60 & nroad -= 1 & gt $curloc
 	if nroad>0 and nroad<20:

+ 2 - 1
locations/vokzalG

@@ -151,7 +151,8 @@ end
 
 gs 'family'
 
-act 'Return to Pavlovsk':minut += 15 & gt 'pavCommercial'
+act 'Enter station': gt 'vokzalGin'
+act 'Go to Pavlovsk high street':minut += 15 & gt 'pavCommercial'
 act 'Walk to the city highway':minut += 15 & nroad = 20 & gt 'road'
 
 --- vokzalG ---------------------------------