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

Fix

parent dcafcf30
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
<</if>> <</if>>
<<if $dairyRestraintsSetting != 2>> /* how much effort the MM must take to force a slave into a stall */ <<if $dairyRestraintsSetting != 2>> /* how much effort the MM must take to force a slave into a stall */
<<for _dI = 0; _dI < _DL; _dI++>> <<for _dI = 0; _dI < _DL; _dI++>>
<<set $i = $DairyiIDs[_dI].Index>> <<set $i = $slaveIndices[$DairyiIDs[_dI]]>>
<<if $slaves[$i].devotion < 20>> <<if $slaves[$i].devotion < 20>>
<<set _MMWorkout++>> <<set _MMWorkout++>>
<</if>> <</if>>
......
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