Browse Source

Update 'locations/cityTrain.qsrc'

spectre1viper 5 years ago
parent
commit
b6465959b4
1 changed files with 1 additions and 1 deletions
  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