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

added missed pronouns in dairyReport.tw

parent ebf32a59
No related branches found
No related tags found
1 merge request!3353added missed pronouns in dairyReport.tw
...@@ -318,6 +318,7 @@ ...@@ -318,6 +318,7 @@
<<set _oldCash = $cash>> <<set _oldCash = $cash>>
<<for _dI = 0; _dI < _DL; _dI++>> <<for _dI = 0; _dI < _DL; _dI++>>
<<set $i = $slaveIndices[$DairyiIDs[_dI]]>> <<set $i = $slaveIndices[$DairyiIDs[_dI]]>>
<<setLocalPronouns $slaves[$i]>>
/* Special attention section */ /* Special attention section */
<<if ($legendaryCowID == 0) && ($slaves[$i].lactation > 0) && (($slaves[$i].boobs-$slaves[$i].boobsImplant-$slaves[$i].boobsMilk) > 6000) && ($slaves[$i].devotion > 50) && ($slaves[$i].prestige == 0)>> <<if ($legendaryCowID == 0) && ($slaves[$i].lactation > 0) && (($slaves[$i].boobs-$slaves[$i].boobsImplant-$slaves[$i].boobsMilk) > 6000) && ($slaves[$i].devotion > 50) && ($slaves[$i].prestige == 0)>>
<<set $legendaryCowID = $slaves[$i].ID>> <<set $legendaryCowID = $slaves[$i].ID>>
...@@ -396,7 +397,7 @@ ...@@ -396,7 +397,7 @@
<<else>> <<else>>
is serving as a cow in $dairyName. is serving as a cow in $dairyName.
<</if>> <</if>>
<br>&nbsp;&nbsp;&nbsp;&nbsp;She <<include "SA get milked">> <br>&nbsp;&nbsp;&nbsp;&nbsp;$He <<include "SA get milked">>
<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;
<<include "SA rules">> <<include "SA rules">>
<<include "SA diet">> <<include "SA diet">>
...@@ -1093,8 +1094,9 @@ $dairyNameCaps produced <<print _milkWeek+_outputMilk>> liters of milk<<if _cumW ...@@ -1093,8 +1094,9 @@ $dairyNameCaps produced <<print _milkWeek+_outputMilk>> liters of milk<<if _cumW
<<if ($createBioreactors == 1) && ($bioreactorPerfectedID != 0)>> <<if ($createBioreactors == 1) && ($bioreactorPerfectedID != 0)>>
<<for _dI = 0; _dI < _DL; _dI++>> <<for _dI = 0; _dI < _DL; _dI++>>
<<set $i = $slaveIndices[$DairyiIDs[_dI]]>> <<set $i = $slaveIndices[$DairyiIDs[_dI]]>>
<<setLocalPronouns $slaves[$i]>>
<<if ($slaves[$i].ID == $bioreactorPerfectedID)>> <<if ($slaves[$i].ID == $bioreactorPerfectedID)>>
<br><br>&nbsp;&nbsp;&nbsp;&nbsp;<<= SlaveFullName($slaves[$i])>>'s breasts<<if $slaves[$i].balls > 0>>, balls<</if>><<if $slaves[$i].ovaries == 1>>, belly<</if>>, body, and mind have been completely adapted to synthesize useful products. She has been reclassified as part of the machine she's now permanently attached to. This combination is projected to produce approximately <br><br>&nbsp;&nbsp;&nbsp;&nbsp;<<= SlaveFullName($slaves[$i])>>'s breasts<<if $slaves[$i].balls > 0>>, balls<</if>><<if $slaves[$i].ovaries == 1>>, belly<</if>>, body, and mind have been completely adapted to synthesize useful products. $He has been reclassified as part of the machine $he's now permanently attached to. This combination is projected to produce approximately
<<if $slaves[$i].balls > 0>><<print 1000*Math.trunc((3*52*(45-$slaves[$i].physicalAge))/1000)>> liters of cum,<</if>> <<if $slaves[$i].balls > 0>><<print 1000*Math.trunc((3*52*(45-$slaves[$i].physicalAge))/1000)>> liters of cum,<</if>>
<<if $slaves[$i].ovaries == 1>><<print 100*Math.trunc((52*(45-$slaves[$i].physicalAge))/100)>> liters of vaginal secretions, <<if $dairyPregSetting == 3>><<print 13*(45-$slaves[$i].physicalAge)>><<else>><<print 5*(45-$slaves[$i].physicalAge)>><</if>> slaves,<</if>> <<if $slaves[$i].ovaries == 1>><<print 100*Math.trunc((52*(45-$slaves[$i].physicalAge))/100)>> liters of vaginal secretions, <<if $dairyPregSetting == 3>><<print 13*(45-$slaves[$i].physicalAge)>><<else>><<print 5*(45-$slaves[$i].physicalAge)>><</if>> slaves,<</if>>
and <<print 1000*Math.trunc((300*52*(45-$slaves[$i].physicalAge))/1000)>> liters of milk over a <<print 45-$slaves[$i].physicalAge>> year period before its biological components must be replaced. and <<print 1000*Math.trunc((300*52*(45-$slaves[$i].physicalAge))/1000)>> liters of milk over a <<print 45-$slaves[$i].physicalAge>> year period before its biological components must be replaced.
......
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