Browse Source

[fixed] another location error

Anya 2 years ago
parent
commit
478b9635ac
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/pav_train_market.qsrc

+ 2 - 2
locations/pav_train_market.qsrc

@@ -50,7 +50,7 @@ if $ARGS[0] = 'start':
 			exit
 		end
 		
-		act 'Go back to the station': minut += 3 & gt 'pav_train'
+		act 'Go back to the station': minut += 3 & gt 'pav_market'
 		act 'Wander through the market': gt 'pav_train_market','events'
 		if pavtrain_book = 1: act 'Go to the book stall': minut += 5 & gt 'pav_train_market', 3
 		if pavmarket_porn = 1: act 'Go to the porn stall': minut += 5 & gt 'pav_train_market', 4
@@ -224,7 +224,7 @@ if $ARGS[0] = 'start':
 		end
 	else
 		'The market stalls are empty. The market is only open between 08:00 and 19:00.'
-		act 'Go back to the station': minut += 3 & gt 'pav_train'
+		act 'Leave the market': minut += 3 & gt 'pav_market'
 	end
 end