Browse Source

[fixes] dead ends in hotel

julzor 5 years ago
parent
commit
e23cd23fa4
1 changed files with 3 additions and 3 deletions
  1. 3 3
      locations/hotel.qsrc

+ 3 - 3
locations/hotel.qsrc

@@ -54,7 +54,7 @@ if $ARGS[0] = 'reception':
 	'You walk up to the front reception and get greeted by a smiling young woman behind the counter.'
 	'"How can I help you?" she asks.'
 
-	act 'Go back to the foyer': minut += 1 & gt 'hotel'
+	act 'Go back to the foyer': minut += 1 & gt 'hotel', 'foyer'
 	
 	act 'See the room descriptions':
 		cla
@@ -76,7 +76,7 @@ if $ARGS[0] = 'reception':
 			minut += 1
 			'"Why so the hotel so crowded today?" you ask.'
 			'"There''s an conference on indigenous languages, they meet every year and complain about their disappearing languages." she says laughing.'
-				act 'Move away': gt 'hotel'
+				act 'Move away': gt 'hotel', 'foyer'
 		end
 	end
 
@@ -87,7 +87,7 @@ if $ARGS[0] = 'reception':
 		*nl
 		'"I would like to rent a room." you tell the girl at the counter.'
 		'"Unfortunately, we have no rooms available." she replies.'
-		act 'Move away': gt 'hotel'
+		act 'Move away': gt 'hotel', 'foyer'
 	end
 end