Skip to content
Snippets Groups Projects
Commit 9bf90eb7 authored by i107760's avatar i107760
Browse files

Have breeding exam check for nymphomania, not energy is 100

parent 45d9fd8f
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ globalThis.eliteBreedingExam = function(slave = null) {
if (V.arcologies[0].FSIntellectualDependency > 20) {
if (slave) {
test = slave.energy >= 100;
test = slave.energy >= 96;
}
r.push(`Must be sexually receptive at all times. ${result()}`);
} else if (V.arcologies[0].FSSlaveProfessionalism > 20) {
......
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