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

More NG+ storyInit.tw tweaks.

parent ea994038
Branches
Tags
No related merge requests found
...@@ -105,6 +105,10 @@ You should have received a copy of the GNU General Public License along with thi ...@@ -105,6 +105,10 @@ You should have received a copy of the GNU General Public License along with thi
<<for _sInit = 0; _sInit < $slaves[_k].womb.length; _sInit++>> <<for _sInit = 0; _sInit < $slaves[_k].womb.length; _sInit++>>
<<if $slaves[_k].womb[_sInit].fatherID > 0>> <<if $slaves[_k].womb[_sInit].fatherID > 0>>
<<set $slaves[_k].womb[_sInit].fatherID += _NGPOffset>> <<set $slaves[_k].womb[_sInit].fatherID += _NGPOffset>>
<<elseif $freshPC == 1 && $slaves[_k].womb[_sInit].fatherID == -1>>
<<set $slaves[_k].womb[_sInit].fatherID = -_NGPOffset>>
<<elseif $slaves[_k].womb[_sInit].fatherID < -20>>
<<set $slaves[_k].womb[_sInit].fatherID -= _NGPOffset>>
<</if>> <</if>>
<<if $slaves[_k].womb[_sInit].genetics.father > 0>> <<if $slaves[_k].womb[_sInit].genetics.father > 0>>
<<set $slaves[_k].womb[_sInit].genetics.father += _NGPOffset>> <<set $slaves[_k].womb[_sInit].genetics.father += _NGPOffset>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment