Browse Source

[added/removed] a direct link from the residential area and removed an unnecessary nroad setting when going to pushkin

anjuna krokus 2 weeks ago
parent
commit
038df1589b
2 changed files with 9 additions and 7 deletions
  1. 1 0
      locations/bus.qsrc
  2. 8 7
      locations/pav_residential.qsrc

+ 1 - 0
locations/bus.qsrc

@@ -40,6 +40,7 @@ if $ARGS[0] = 'community':
 	gs 'transport_functions', 'set_bus_wait_time', 'community'
 
 	act 'Walk to the community center (0:01)': minut += 1 & gt 'pav_commcenter', ''
+	act 'Walk to the Residential area (0:01)': minut += 1 & gt 'pav_residential', ''
 
 	if temp_transportVars['bus_wait_gadukino'] <= 60:
 		'The next bus in the direction of Gadukino ' + iif(temp_transportVars['bus_wait_gadukino'] = 0, 'is leaving now!', 'leaves in <<temp_transportVars[''bus_wait_gadukino'']>> minutes.')

+ 8 - 7
locations/pav_residential.qsrc

@@ -155,13 +155,14 @@ elseif InvitationToDimkaNYparty = 1 and month ! 12:
 	killvar 'InvitationToDimkaNYparty'
 end
 
-act 'Walk to the Five Eight estate (0:02)':minut += 2 & gt 'pav_complex', 'start'
-act 'Walk to the Commercial area (0:05)':minut += 5 & gt 'pav_commercial'
-act 'Walk to the Industrial region (0:05)':minut += 5 & gt 'pav_industrial'
-act 'Walk to the Market (0:15)':minut += 15 & gt 'pav_market'
-act 'Walk to the park (0:05)':minut += 5 & gt 'pav_park', 'start'
-act 'Walk to the train station (0:15)':minut += 15 & gt 'pav_train_hall'
-act 'Walk to Pushkin (0:30)':minut += 30 & nroad = 19 & gt 'pushkin'
+act 'Walk to the bus station (0:01)': minut += 1 & gt 'bus', 'community'
+act 'Walk to the Five Eight estate (0:02)': minut += 2 & gt 'pav_complex', 'start'
+act 'Walk to the Commercial area (0:05)': minut += 5 & gt 'pav_commercial'
+act 'Walk to the Industrial region (0:05)': minut += 5 & gt 'pav_industrial'
+act 'Walk to the Market (0:15)': minut += 15 & gt 'pav_market'
+act 'Walk to the park (0:05)': minut += 5 & gt 'pav_park', 'start'
+act 'Walk to the train station (0:15)': minut += 15 & gt 'pav_train_hall'
+act 'Walk to Pushkin (0:30)': minut += 30 & gt 'pushkin'
 
 act 'Wait': gs 'obj_din', 'wait'