Browse Source

[fixed] correct the spafinloc value for the non-virgin anal action chain (3 is butt, 11 is mouth) and set it for the vaginal action chains

Spackled Lanturn 3 years ago
parent
commit
867ffa7f31
1 changed files with 3 additions and 1 deletions
  1. 3 1
      locations/taxi.qsrc

+ 3 - 1
locations/taxi.qsrc

@@ -286,6 +286,7 @@ if $ARGS[0] = 'trip':
 					act 'See how he reacts':
 						cls
 						if rand(1,100) > 75:
+							spafinloc = 0
 							gs 'cum_manage'
 							gs 'stat'
 							gs 'taxi', 'alleyvag'
@@ -314,6 +315,7 @@ if $ARGS[0] = 'trip':
 			*clr
 			gs'stat'
 			if rand(1,100) > 50:
+				spafinloc = 0
 				gs 'cum_manage'
 				gs 'taxi', 'alleyvag'
 				gs 'arousal', 'vaginal', 5, 'sub', 'unknown', 'rough'
@@ -321,7 +323,7 @@ if $ARGS[0] = 'trip':
 				gs 'stat'
 				act 'Find a main road':gt 'taxi', 'random'
 			else
-				spafinloc = 11
+				spafinloc = 3
 				gs 'cum_manage'
 				gs 'taxi', 'alleyanal'
 				gs 'arousal', 'anal', 5, 'sub', 'unknown', 'rough'