Преглед на файлове

[fixed] Cemetary bus stop now correctly takes you to the road and cemetary proper. Leaving the cemetary bus platform no longer teleports you to the communal village

anjuna krokus преди 3 месеца
родител
ревизия
eb56240112
променени са 1 файла, в които са добавени 4 реда и са изтрити 3 реда
  1. 4 3
      locations/bus.qsrc

+ 4 - 3
locations/bus.qsrc

@@ -314,7 +314,7 @@ if $ARGS[0] = 'construction':
 	*nl
 	gs 'transport_functions', 'set_bus_wait_time', 'construction'
 
-	act 'Walk to the construction site (0:05)': minut += 5 & nroad = 16 & gt 'road'
+	act 'Walk to the road (0:05)': minut += 5 & nroad = 16 & gt 'road'
 
 	if transportVars['bus_wait_pavlovsk'] <= 60 or transportVars['bus_wait_gadukino'] <= 60:
 		'The next bus in the direction of Gadukino ' + iif(transportVars['bus_wait_gadukino'] = 0, 'is leaving now!', 'leaves in <<transportVars[''bus_wait_gadukino'']>> minutes.')
@@ -601,7 +601,8 @@ if $ARGS[0] = 'graveyard':
 	*nl
 	gs 'transport_functions', 'set_bus_wait_time', 'graveyard'
 
-	act 'Walk to the graveyard (0:01)': minut += 1 & nroad = 3 & gt 'road'
+	act 'Walk to the road (0:01)': minut += 1 & nroad = 3 & gt 'road'
+	act 'Walk to the cemetary (0:15)': minut += 15 & gt 'graveyard'
 
 	if transportVars['bus_wait_gadukino'] <= 60 or transportVars['bus_wait_suburbs'] <= 60:
 		'The next bus in the direction of Gadukino ' + iif(transportVars['bus_wait_gadukino'] = 0, 'is leaving now!', 'leaves in <<transportVars[''bus_wait_gadukino'']>> minutes.')
@@ -644,7 +645,7 @@ elseif $ARGS[0] = 'graveyard_busses':
 	'The next bus in the direction of the suburbs of the St. Petersburg suburbs ' + iif(transportVars['bus_wait_suburbs'] = 0, 'is leaving now!', 'leaves in <<transportVars[''bus_wait_suburbs'']>> minutes.')
 	'The next bus in the direction of Gadukino ' + iif(transportVars['bus_wait_gadukino'] = 0, 'is leaving now!', 'leaves in <<transportVars[''bus_wait_gadukino'']>> minutes.')
 
-	act 'Leave the platform': gt 'bus', 'communal'
+	act 'Leave the platform': gt 'bus', 'graveyard'
 
 	act 'Look at the bus schedule':
 		*clr & cla