1
0
Просмотр исходного кода

Update 'locations/cityTrain.qsrc'

spectre1viper 5 лет назад
Родитель
Сommit
b6465959b4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      locations/cityTrain.qsrc

+ 1 - 1
locations/cityTrain.qsrc

@@ -41,7 +41,7 @@ if $ARGS[0] = 'inside':
 	act 'Leave the train station': minut += 1 & gt 'cityTrain', 'start'
 	if Trainpass_day > daystart:
 		'You have <<Trainpass_day - daystart>> days left on your train pass.'
-		act 'Go to platforms': gt 'cityTrain', 'platform'
+		act 'Go to the platforms': gt 'cityTrain', 'platform'
 	else
 		act 'Go to the ticket office': gt 'cityTrain', 'tickets'
 	end