Browse Source

[fixed] father lotto loop created one empty father ticket

maankamara 1 year ago
parent
commit
7f9264f5e7
1 changed files with 2 additions and 3 deletions
  1. 2 3
      locations/femcyc.qsrc

+ 2 - 3
locations/femcyc.qsrc

@@ -548,7 +548,6 @@ if $ARGS[0] = 'cyc2':
 				$wombDNA[y] = $npc_dna[$cumarrnam[can_idx]]
 				$wombDNA[y] = $npc_dna[$cumarrnam[can_idx]]
 				wombAmount[y] = cumarrcpt[can_idx]
 				wombAmount[y] = cumarrcpt[can_idx]
 				$wombName[y] = $cumarrnam[can_idx]
 				$wombName[y] = $cumarrnam[can_idx]
-
 			else
 			else
 				!! This DNA is in the womb, but does it belong to the same guy?
 				!! This DNA is in the womb, but does it belong to the same guy?
 				x = 0
 				x = 0
@@ -583,8 +582,8 @@ if $ARGS[0] = 'cyc2':
 			end
 			end
 
 
 			cum_total += cumarrcpt[can_idx]
 			cum_total += cumarrcpt[can_idx]
-
-		if can_idx < can_sz:can_idx += 1 & jump 'FatherCumAnalyze'
+		can_idx += 1 
+		if can_idx < can_sz: jump 'FatherCumAnalyze'
 
 
 		!! setting the default believed father if there is no difficult choice or there is no choice
 		!! setting the default believed father if there is no difficult choice or there is no choice
 		if arrsize('$cumfthname') = 2 and cumtime[0] = 0:
 		if arrsize('$cumfthname') = 2 and cumtime[0] = 0: