Explorar el Código

[fixed] Scene swiths not swithcing but repeating the same scene.

bgkjdgbizgblzdgbr hace 2 años
padre
commit
0945f16bf3
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      locations/artem_sex.qsrc

+ 2 - 2
locations/artem_sex.qsrc

@@ -599,7 +599,7 @@ if $ARGS[0] = 'anushka_3some_oral1':
 	gs 'arousal', 'erotic_sex', 2, 'dom'
 	gs 'stat'
 	if artemQW['nushart_oral'] <= 1:
-		act 'Eat her out': gt 'artem_sex', 'anushka_3some_oral1'
+		act 'Eat her out': gt 'artem_sex', 'anushka_3some_oral2'
 	else
 		act 'Give Artem a blowjob': gt 'artem_sex', 'anushka_3some_bj'
 	end
@@ -614,7 +614,7 @@ if $ARGS[0] = 'anushka_3some_oral2':
 	gs 'arousal', 'cuni_give', 2, 'lesbian'
 	gs 'stat'
 	if artemQW['nushart_oral'] <= 1:
-		act 'Make Artem eat her out': gt 'artem_sex', 'anushka_3some_oral2'
+		act 'Make Artem eat her out': gt 'artem_sex', 'anushka_3some_oral1'
 	else
 		act 'Give Artem a blowjob': gt 'artem_sex', 'anushka_3some_bj'
 	end