From 1232180dec5463568160eb0846b57f821838c1df Mon Sep 17 00:00:00 2001 From: fcanon <fcanon@nowhere.na> Date: Thu, 25 May 2017 16:39:11 -0400 Subject: [PATCH] fix dairyReport --- src/uncategorized/dairyReport.tw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/uncategorized/dairyReport.tw b/src/uncategorized/dairyReport.tw index cd34ffb8ecf..6b1b3edb8a3 100644 --- a/src/uncategorized/dairyReport.tw +++ b/src/uncategorized/dairyReport.tw @@ -125,9 +125,9 @@ <</if>> <</for>> <</if>> - <<if (_MMWorkout > random(1,10)) && $Milkmaid.muscles < 60>>> + <<if (_MMWorkout > random(1,10)) && $Milkmaid.muscles < 60>> Constantly having to wrestle unruly or aiding heavy cows into their stalls forces her to @@.lime;build muscle.@@ - <<set $slaves[_FL].muscles++>> + <<set $slaves[_FLs].muscles++>> <</if>> <<if ($Milkmaid.oralSkill > 30)>> Her skilled tongue helps her keep her girls happy. -- GitLab