From 99268237ad7d01288b8dfedc7981a045f65f1a2a Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Sat, 19 Jan 2019 02:09:02 -0500 Subject: [PATCH] added missed pronouns in dairyReport.tw --- src/uncategorized/dairyReport.tw | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/uncategorized/dairyReport.tw b/src/uncategorized/dairyReport.tw index 4f1f0cb2837..5cf9facdbd9 100644 --- a/src/uncategorized/dairyReport.tw +++ b/src/uncategorized/dairyReport.tw @@ -318,6 +318,7 @@ <<set _oldCash = $cash>> <<for _dI = 0; _dI < _DL; _dI++>> <<set $i = $slaveIndices[$DairyiIDs[_dI]]>> + <<setLocalPronouns $slaves[$i]>> /* 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)>> <<set $legendaryCowID = $slaves[$i].ID>> @@ -396,7 +397,7 @@ <<else>> is serving as a cow in $dairyName. <</if>> - <br> She <<include "SA get milked">> + <br> $He <<include "SA get milked">> <br> <<include "SA rules">> <<include "SA diet">> @@ -1093,8 +1094,9 @@ $dairyNameCaps produced <<print _milkWeek+_outputMilk>> liters of milk<<if _cumW <<if ($createBioreactors == 1) && ($bioreactorPerfectedID != 0)>> <<for _dI = 0; _dI < _DL; _dI++>> <<set $i = $slaveIndices[$DairyiIDs[_dI]]>> + <<setLocalPronouns $slaves[$i]>> <<if ($slaves[$i].ID == $bioreactorPerfectedID)>> - <br><br> <<= 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> <<= 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].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. -- GitLab