Skip to content
Snippets Groups Projects
Commit b46a9343 authored by Anu's avatar Anu
Browse files

Give recFSPastoralist a maxAge outside of pedoMode

parent f6e0af3e
No related branches found
No related tags found
1 merge request!12344Fix Hispanic/Lusitanic identical double surnames, and tweak recFSPastoralist ages
......@@ -16,6 +16,7 @@ App.Events.recFSPastoralist = class recFSPastoralist extends App.Events.BaseEven
pram.ageOverridesPedoMode = 1; /* Can lactate. */
} else {
pram.minAge = random(14, 16);
pram.maxAge = 2 * pram.minAge;
}
const slave = GenerateNewSlave("XX", pram);
generateSalonModifications(slave);
......
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