Skip to content
Snippets Groups Projects
Commit 7a03b9a3 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'pregmod-master' into 'pregmod-master'

Pregmod v1019-53

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