Skip to content
Snippets Groups Projects
Commit 143e4ae2 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'analyze-fix' into 'pregmod-master'

Analyze fix

See merge request pregmodfan/fc-pregmod!9236
parents daf16647 5c7dfbdc
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ globalThis.analyzePregnancies = function(mother, cheat) {
option.showTextBox();
}
if (V.geneticMappingUpgrade >= 1) {
option = options.addOption(`Gender: ${genes.gender}`, "age", fetus);
option = options.addOption(`Gender: ${genes.gender}`, "gender", fetus);
if (cheat) {
option.addValue("Female", "XX");
option.addValue("Male", "XY");
......
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