Skip to content
Snippets Groups Projects
Commit 6fab1044 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'exam-energy' into 'pregmod-master'

Have breeding exam check for nymphomania, not energy is 100

Closes #2451

See merge request pregmodfan/fc-pregmod!8129
parents 45d9fd8f 9bf90eb7
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