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

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

Limit tired collectrix event to dairies with 5 or more cumslaves

Closes #2851

See merge request pregmodfan/fc-pregmod!8927
parents fdc293bf e0b58c1b
No related branches found
No related tags found
No related merge requests found
...@@ -370,7 +370,7 @@ ...@@ -370,7 +370,7 @@
<<if (_S.Milkmaid.muscles > 5)>> <<if (_S.Milkmaid.muscles > 5)>>
<<set $PESSevent.push("tired milkmaid")>> <<set $PESSevent.push("tired milkmaid")>>
<</if>> <</if>>
<<if canAchieveErection(_S.Milkmaid)>> <<if canAchieveErection(_S.Milkmaid) && $cumSlaves >= 5>>
<<set $PESSevent.push("tired collectrix")>> <<set $PESSevent.push("tired collectrix")>>
<</if>> <</if>>
<</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