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

But rewrite the condition for symmetry

parent 18ed4e33
Branches
Tags
1 merge request!6206Do not generate slaves that are already at retirement age.
......@@ -67,7 +67,7 @@
<<set _recruitedType.push("older brother")>>
<</if>>
<</if>>
<<if $activeSlave.actualAge >= ($minimumSlaveAge+1)>>
<<if $activeSlave.actualAge > $minimumSlaveAge>>
<<if $seeDicks != 100>>
<<set _recruitedType.push("younger sister")>>
<<set _recruitedType.push("younger sister")>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment