瀏覽代碼

Merge branch 'master' of https://git.catrenelle.com/Kevin_Smarts/glife

julzor 6 年之前
父節點
當前提交
8ad537a661
共有 1 個文件被更改,包括 9 次插入9 次删除
  1. 9 9
      locations/foto.qsrc

+ 9 - 9
locations/foto.qsrc

@@ -410,6 +410,7 @@ if $ARGS[0] = 'interview':
 		if age >= 18:
 			howoldareyou = 2
 			'	I''m <<age>>.'
+			'	"I see. Alright, undress. Let me take a look at you."'
 		elseif fakepassport = 1:
 			howoldareyou = 2
 			'	"I''m 18."'
@@ -429,9 +430,9 @@ if $ARGS[0] = 'interview':
 			end
 		end
 	end
-	if howoldareyou < 0:
+	if howoldareyou > 0:
 		if howoldareyou = 1:
-			howoldaryou = 2
+			howoldareyou = 2
 			if age_truth = 1 or age >= 18:
 				'	"I''m <<age>>."'
 				'	"I see. Alright, undress. Let me take a look at you."'
@@ -489,13 +490,12 @@ if $ARGS[0] = 'interview':
 				'	<i>This is so embarrassing!</i>'
 				act'Continue':gt'foto','job_offer'
 			end
-
-			act'I can''t do it':
-				*clr & cla
-				'<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/foto.jpg"></center>'
-				'	Even if it''s just this one time, you can''t do it after all. It''s simply too embarrassing to get naked in front of a total stranger. You blush, apologize, and leave the studio.'
-				act 'Leave': minut += 1 & gt 'down'
-			end
+		end
+		act'I can''t do it':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/foto.jpg"></center>'
+			'	Even if it''s just this one time, you can''t do it after all. It''s simply too embarrassing to get naked in front of a total stranger. You blush, apologize, and leave the studio.'
+			act 'Leave': minut += 1 & gt 'down'
 		end
 	end
 end