Procházet zdrojové kódy

Sigh. Removed setting variables in the act that would cause incorrect code execution

Ice před 6 roky
rodič
revize
2732ab9589
1 změnil soubory, kde provedl 0 přidání a 4 odebrání
  1. 0 4
      locations/foto.qsrc

+ 0 - 4
locations/foto.qsrc

@@ -410,16 +410,12 @@ if $ARGS[0] = 'interview':
 		if age >= 18:
 			howoldareyou = 2
 			act 'I''m <<age>>.':
-				age_truth = 1
-				howoldareyou = 1
 				cla
 				gs'foto','interview'
 			end
 		elseif fakepassport = 1:
 			howoldareyou = 2
 			act 'I''m 18.':
-				age_truth = 1
-				howoldareyou = 1
 				cla
 				gs'foto','interview'
 			end