Skip to content
Snippets Groups Projects
Commit 265a2627 authored by hexall90's avatar hexall90
Browse files

Fixing differences with upstream

parent 15b377a6
No related branches found
No related tags found
3 merge requests!1155Pregmod master,!871Security expansion,!793Height Additions
...@@ -9,13 +9,12 @@ ...@@ -9,13 +9,12 @@
gets milked this week. gets milked this week.
<<if $dairy > 0>> <<if $dairy > 0>>
<<if $dairyRestraintsSetting < 2>> <<if $dairyRestraintsSetting < 2>>
<<if (($universalRulesFacilityWork == 1) && ($slaves[$i].assignment == "get milked") && ($dairySpots > 0)) || ($slaves[$i].assignment == "work in the dairy")>> <<if (($universalRulesFacilityWork == 1) && ($slaves[$i].assignment == "get milked") && ($dairySpots > 0)) || ($slaves[$i].assignment == "work in the dairy")>>
<<if ($slaves[$i].assignment == "get milked")>> <<if ($slaves[$i].assignment == "get milked")>>
Since there's extra space in $dairyName, she spends most of her milkings there. Since there's extra space in $dairyName, she spends most of her milkings there.
<<set $dairySpots -= 1>> <<set $dairySpots -= 1>>
<</if>> <</if>>
<</if>>
<<if ($Milkmaid != 0)>> <<if ($Milkmaid != 0)>>
While there, she gets the benefit of $Milkmaid.slaveName's <<if ($Milkmaid.physicalAge < 21)>>youthful energy<<else>>care<</if>><<if ($Milkmaid.oralSkill >= 100)>> and talented tongue<</if>>. While there, she gets the benefit of $Milkmaid.slaveName's <<if ($Milkmaid.physicalAge < 21)>>youthful energy<<else>>care<</if>><<if ($Milkmaid.oralSkill >= 100)>> and talented tongue<</if>>.
<<if ($slaves[$i].devotion < $milkmaidDevotionThreshold)>> <<if ($slaves[$i].devotion < $milkmaidDevotionThreshold)>>
...@@ -28,7 +27,8 @@ gets milked this week. ...@@ -28,7 +27,8 @@ gets milked this week.
<<set $slaves[$i].health += $milkmaidHealthBonus>> <<set $slaves[$i].health += $milkmaidHealthBonus>>
<</if>> <</if>>
<</if>> <</if>>
<</if>> <</if>>
<</if>>
<</if>> <</if>>
<<if $slaves[$i].lactation > 0>> <<if $slaves[$i].lactation > 0>>
......
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