Skip to content
Snippets Groups Projects
Commit e0b58c1b authored by svornost's avatar svornost
Browse files

Limit tired collectrix event to dairies with 5 or more cumslaves

parent fdc293bf
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