Skip to content
Snippets Groups Projects
Commit db01c5a7 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'pregmod-dev' into 'pregmod-master'

Starting girls ID range fix

See merge request pregmodfan/fc-pregmod!5018
parents 0bdae45b 5feee67c
No related branches found
No related tags found
No related merge requests found
...@@ -1106,7 +1106,7 @@ ...@@ -1106,7 +1106,7 @@
<<elseif $activeSlave.mother != 0>> <<elseif $activeSlave.mother != 0>>
<<set $PC.mother = $activeSlave.mother>> <<set $PC.mother = $activeSlave.mother>>
<<else>> <<else>>
<<set $activeSlave.mother = -5 - 2*$activeSlave.ID>> <<set $activeSlave.mother = -20 - 2*$activeSlave.ID>>
<<set $PC.mother = $activeSlave.mother>> <<set $PC.mother = $activeSlave.mother>>
<</if>> <</if>>
<<redisplayFamily>> <<redisplayFamily>>
...@@ -1127,7 +1127,7 @@ ...@@ -1127,7 +1127,7 @@
<<elseif $activeSlave.mother != 0>> <<elseif $activeSlave.mother != 0>>
<<set _slave.mother = $activeSlave.mother>> <<set _slave.mother = $activeSlave.mother>>
<<else>> <<else>>
<<set $activeSlave.mother = -5 - 2*$activeSlave.ID>> <<set $activeSlave.mother = -20 - 2*$activeSlave.ID>>
<<set _slave.mother = $activeSlave.mother>> <<set _slave.mother = $activeSlave.mother>>
<</if>> <</if>>
<<redisplayFamily>> <<redisplayFamily>>
...@@ -1152,7 +1152,7 @@ ...@@ -1152,7 +1152,7 @@
<<elseif $activeSlave.father != 0>> <<elseif $activeSlave.father != 0>>
<<set $PC.father = $activeSlave.father>> <<set $PC.father = $activeSlave.father>>
<<else>> <<else>>
<<set $activeSlave.father = (-5 - 2*$activeSlave.ID -1)>> <<set $activeSlave.father = (-20 - 2*$activeSlave.ID -1)>>
<<set $PC.father = $activeSlave.father>> <<set $PC.father = $activeSlave.father>>
<</if>> <</if>>
<<redisplayFamily>> <<redisplayFamily>>
...@@ -1173,7 +1173,7 @@ ...@@ -1173,7 +1173,7 @@
<<elseif $activeSlave.father != 0>> <<elseif $activeSlave.father != 0>>
<<set _slave.father = $activeSlave.father>> <<set _slave.father = $activeSlave.father>>
<<else>> <<else>>
<<set $activeSlave.father = (-5 - 2*$activeSlave.ID -1)>> <<set $activeSlave.father = (-20 - 2*$activeSlave.ID -1)>>
<<set _slave.father = $activeSlave.father>> <<set _slave.father = $activeSlave.father>>
<</if>> <</if>>
<<redisplayFamily>> <<redisplayFamily>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment