Browse Source

[fixed] moved some logic in both paths of a couple conditionals to outside the conditional

Spackled Lanturn 3 years ago
parent
commit
5cfce3ca71
1 changed files with 6 additions and 12 deletions
  1. 6 12
      locations/taxi.qsrc

+ 6 - 12
locations/taxi.qsrc

@@ -291,19 +291,16 @@ if $ARGS[0] = 'trip':
 							gs 'stat'
 							gs 'taxi', 'alleyvag'
 							gs 'arousal', 'vaginal', 5, 'sub', 'unknown', 'rough'
-							gs 'arousal', 'end'
-							gs 'stat'
-							act 'Find a main road':gt 'taxi', 'random'
 						else
 							spafinloc = 3
 							gs 'cum_manage'
 							gs 'stat'
 							gs 'taxi', 'alleyanal'
 							gs 'arousal', 'anal', 5, 'sub', 'unknown', 'rough'
-							gs 'arousal', 'end'
-							gs 'stat'
-							act 'Find a main road':gt 'taxi', 'random'
 						end
+						gs 'arousal', 'end'
+						gs 'stat'
+						act 'Find a main road':gt 'taxi', 'random'
 					end
 				end
 			else
@@ -319,18 +316,15 @@ if $ARGS[0] = 'trip':
 				gs 'cum_manage'
 				gs 'taxi', 'alleyvag'
 				gs 'arousal', 'vaginal', 5, 'sub', 'unknown', 'rough'
-				gs 'arousal', 'end'
-				gs 'stat'
-				act 'Find a main road':gt 'taxi', 'random'
 			else
 				spafinloc = 3
 				gs 'cum_manage'
 				gs 'taxi', 'alleyanal'
 				gs 'arousal', 'anal', 5, 'sub', 'unknown', 'rough'
-				gs 'arousal', 'end'
-				gs 'stat'
-				act 'Find a main road':gt 'taxi', 'random'
 			end
+			gs 'arousal', 'end'
+			gs 'stat'
+			act 'Find a main road':gt 'taxi', 'random'
 		end
 	elseif taxioffer = 1:
 		taxioffer = 0