Browse Source

[fixed] display the correct potention fathers (index variable corrected in din_bad)

slanon 4 years ago
parent
commit
aef4df55b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/din_bad.qsrc

+ 1 - 1
locations/din_bad.qsrc

@@ -607,7 +607,7 @@ $d_cycreport_actor = {
 			'List of potential fathers:'
 			:potfather_loop
 			if $wombpotfath[potfather_temp] ! 'unknown':
-				$potfather_temp[2] = '<a href="exec: $wombthfath = ''<<$npc_usedname[$wombpotfath[potfather_counter]]>>'' & $wombthfathID = ''<<$wombpotfath[potfather_counter]>>'' & dynamic $d_cycreport_actor, 7 & gs ''stat''"><<$npc_usedname[$wombpotfath[potfather_temp]]>> (<<$wombpotfath[potfather_temp]>>)</a>'
+				$potfather_temp[2] = '<a href="exec: $wombthfath = ''<<$npc_usedname[$wombpotfath[potfather_counter]]>>'' & $wombthfathID = ''<<$wombpotfath[potfather_counter]>>'' & dynamic $d_cycreport_actor, 7 & gs ''stat''"><<$npc_usedname[$wombpotfath[potfather_counter]]>> (<<$wombpotfath[potfather_counter]>>)</a>'
 			else
 				$potfather_temp[2] = '<a href="exec: $wombthfath = ''<<$npc_usedname[$wombpotfath[potfather_counter]]>>'' & $wombthfathID = ''<<$wombpotfath[potfather_counter]>>'' & dynamic $d_cycreport_actor, 7 & gs ''stat''">Unknown (-)</a>'
 			end