Skip to content
Snippets Groups Projects
Commit 555fc6da authored by lowercasedonkey's avatar lowercasedonkey
Browse files

body hair

parent bb5d7e65
No related branches found
No related tags found
1 merge request!9140body hair
......@@ -47,11 +47,10 @@ globalThis.analyzePregnancies = function(mother, cheat) {
}
options.addOption(`Pubic hair: ${capFirstChar(genes.pubicHStyle)}`, "pubicHStyle", genes).showTextBox().pulldown()
.addValue("hairless")
.addValueList(App.Medicine.Modification.pubicStyles);
.addValue("hair");
options.addOption(`Armpit hair: ${capFirstChar(genes.underArmHStyle)}`, "underArmHStyle", genes).showTextBox().pulldown()
.addValue("hairless")
.addValueList(App.Medicine.Modification.armpitStyles);
.addValue("hair");
if (genes.markings === "freckles" || genes.markings === "heavily freckled") {
options.addOption(`Markings: ${capFirstChar(genes.markings)}`, "markings", genes)
.addValueList([
......
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