From 265a2627d17a63d93c605ece963618d231cb4ad6 Mon Sep 17 00:00:00 2001 From: hexall90 <hexall90@gmail.com> Date: Thu, 14 Sep 2017 23:05:18 +0200 Subject: [PATCH] Fixing differences with upstream --- src/uncategorized/saGetMilked.tw | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/uncategorized/saGetMilked.tw b/src/uncategorized/saGetMilked.tw index 35ed2ef92fa..f0371307189 100644 --- a/src/uncategorized/saGetMilked.tw +++ b/src/uncategorized/saGetMilked.tw @@ -9,13 +9,12 @@ gets milked this week. <<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 ($slaves[$i].assignment == "get milked")>> Since there's extra space in $dairyName, she spends most of her milkings there. <<set $dairySpots -= 1>> <</if>> - <</if>> <<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>>. <<if ($slaves[$i].devotion < $milkmaidDevotionThreshold)>> @@ -28,7 +27,8 @@ gets milked this week. <<set $slaves[$i].health += $milkmaidHealthBonus>> <</if>> <</if>> - <</if>> + <</if>> +<</if>> <</if>> <<if $slaves[$i].lactation > 0>> -- GitLab