Skip to content
Snippets Groups Projects
Commit e7e51ea7 authored by brickode's avatar brickode
Browse files

Removed changes

parent 56162512
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<<set $activeSlave.birthsTotal += _curBabies>> <<set $activeSlave.birthsTotal += _curBabies>>
<<set $birthsTotal += _curBabies>> <<set $birthsTotal += _curBabies>>
<<set _others = 0, _PC = 0, _citizens = 0, _oldMaster = 0, _arcOwner = 0, _lab = 0, _animals = 0, _futaS = 0, _fathers = [], _babyFatherLink = []>> <<set _others = 0, _PC = 0, _citizens = 0, _oldMaster = 0, _arcOwner = 0, _lab = 0, _futaS = 0, _fathers = [], _babyFatherLink = []>>
<<for _cb = 0; _cb < $activeSlave.curBabies.length; _cb++>> <<for _cb = 0; _cb < $activeSlave.curBabies.length; _cb++>>
<<if $activeSlave.curBabies[_cb].fatherID == 0 || $activeSlave.curBabies[_cb].fatherID == -5>> <<if $activeSlave.curBabies[_cb].fatherID == 0 || $activeSlave.curBabies[_cb].fatherID == -5>>
<<set _others++>> <<set _others++>>
...@@ -40,9 +40,6 @@ ...@@ -40,9 +40,6 @@
<<elseif $activeSlave.curBabies[_cb].fatherID == -7>> <<elseif $activeSlave.curBabies[_cb].fatherID == -7>>
<<set _lab++>> <<set _lab++>>
<<set _fathers.push("the gene lab's")>> <<set _fathers.push("the gene lab's")>>
<<elseif $activeSlave.curBabies[_cb].fatherID == -8>>
<<set _animals++>>
<<set _fathers.push("one of your animals'")>>
<<elseif $activeSlave.curBabies[_cb].fatherID == -9>> <<elseif $activeSlave.curBabies[_cb].fatherID == -9>>
<<set _futaS++>> <<set _futaS++>>
<<set _fathers.push("a Futanari Sister's")>> <<set _fathers.push("a Futanari Sister's")>>
...@@ -91,8 +88,6 @@ ...@@ -91,8 +88,6 @@
<<set _num = _arcOwner>> <<set _num = _arcOwner>>
<<elseif _fathersReduced[_cb] == "the gene lab's">> <<elseif _fathersReduced[_cb] == "the gene lab's">>
<<set _num = _lab>> <<set _num = _lab>>
<<elseif _fathersReduced[_cb] == "one of your animals'">>
<<set _num = _animals>>
<<elseif _fathersReduced[_cb] == "a Futanari Sister's">> <<elseif _fathersReduced[_cb] == "a Futanari Sister's">>
<<set _num = _futaS>> <<set _num = _futaS>>
<<else>> <<else>>
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<<set _curBabies = $slaves[_b].curBabies.length>> /*just to improve speed and usability here.*/ <<set _curBabies = $slaves[_b].curBabies.length>> /*just to improve speed and usability here.*/
<<set $birthsTotal += _curBabies>> <<set $birthsTotal += _curBabies>>
<<set _others = 0, _PC = 0, _citizens = 0, _oldMaster = 0, _arcOwner = 0, _lab = 0, _animals = 0, _futaS = 0, _fathers = [], _babyFatherLink = []>> <<set _others = 0, _PC = 0, _citizens = 0, _oldMaster = 0, _arcOwner = 0, _lab = 0, _futaS = 0, _fathers = [], _babyFatherLink = []>>
<<for _cb = 0; _cb < $slaves[_b].curBabies.length; _cb++>> <<for _cb = 0; _cb < $slaves[_b].curBabies.length; _cb++>>
<<if $slaves[_b].curBabies[_cb].fatherID == 0 || $slaves[_b].curBabies[_cb].fatherID == -5>> <<if $slaves[_b].curBabies[_cb].fatherID == 0 || $slaves[_b].curBabies[_cb].fatherID == -5>>
<<set _others++>> <<set _others++>>
...@@ -33,9 +33,6 @@ ...@@ -33,9 +33,6 @@
<<elseif $slaves[_b].curBabies[_cb].fatherID == -7>> <<elseif $slaves[_b].curBabies[_cb].fatherID == -7>>
<<set _lab++>> <<set _lab++>>
<<set _fathers.push("the gene lab's")>> <<set _fathers.push("the gene lab's")>>
<<elseif $slaves[_b].curBabies[_cb].fatherID == -8>>
<<set _animals++>>
<<set _fathers.push("one of your animals'")>>
<<elseif $slaves[_b].curBabies[_cb].fatherID == -9>> <<elseif $slaves[_b].curBabies[_cb].fatherID == -9>>
<<set _futaS++>> <<set _futaS++>>
<<set _fathers.push("a Futanari Sister's")>> <<set _fathers.push("a Futanari Sister's")>>
...@@ -84,8 +81,6 @@ ...@@ -84,8 +81,6 @@
<<set _num = _arcOwner>> <<set _num = _arcOwner>>
<<elseif _fathersReduced[_cb] == "the gene lab's">> <<elseif _fathersReduced[_cb] == "the gene lab's">>
<<set _num = _lab>> <<set _num = _lab>>
<<elseif _fathersReduced[_cb] == "one of your animals'">>
<<set _num = _animals>>
<<elseif _fathersReduced[_cb] == "a Futanari Sister's">> <<elseif _fathersReduced[_cb] == "a Futanari Sister's">>
<<set _num = _futaS>> <<set _num = _futaS>>
<<else>> <<else>>
......
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