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
2 merge requests!843Delete Please.,!712Pregmod v1019-53
...@@ -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