Browse Source

[fixes] No fake passport option, just a deadend.

KevinSmarts 6 years ago
parent
commit
7c4365b1c7
1 changed files with 6 additions and 0 deletions
  1. 6 0
      locations/foto.qsrc

+ 6 - 0
locations/foto.qsrc

@@ -441,6 +441,12 @@ if $ARGS[0] = 'interview':
 			'	"I''m 18."'
 			'	"I see. Alright, undress. Let me take a look at you."'
 			gs 'foto', 'interview_undress'
+		else
+			fakepassport = 2
+			'	"You look a little young, do you have any ID?"'
+			'	Not having any you feign surprise and tell hime you didn''t realise you needed one.'
+			'	Now how are you going to find a way around this?'
+			gt 'foto', 'start'
 		end
 	end
 end