Skip to content
Snippets Groups Projects
Commit 267af03b authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'pubes' into 'pregmod-master'

body hair

See merge request pregmodfan/fc-pregmod!9140
parents bb5d7e65 555fc6da
No related branches found
No related tags found
1 merge request!9140body hair
Pipeline #23835 passed
...@@ -47,11 +47,10 @@ globalThis.analyzePregnancies = function(mother, cheat) { ...@@ -47,11 +47,10 @@ globalThis.analyzePregnancies = function(mother, cheat) {
} }
options.addOption(`Pubic hair: ${capFirstChar(genes.pubicHStyle)}`, "pubicHStyle", genes).showTextBox().pulldown() options.addOption(`Pubic hair: ${capFirstChar(genes.pubicHStyle)}`, "pubicHStyle", genes).showTextBox().pulldown()
.addValue("hairless") .addValue("hairless")
.addValueList(App.Medicine.Modification.pubicStyles); .addValue("hair");
options.addOption(`Armpit hair: ${capFirstChar(genes.underArmHStyle)}`, "underArmHStyle", genes).showTextBox().pulldown() options.addOption(`Armpit hair: ${capFirstChar(genes.underArmHStyle)}`, "underArmHStyle", genes).showTextBox().pulldown()
.addValue("hairless") .addValue("hairless")
.addValueList(App.Medicine.Modification.armpitStyles); .addValue("hair");
if (genes.markings === "freckles" || genes.markings === "heavily freckled") { if (genes.markings === "freckles" || genes.markings === "heavily freckled") {
options.addOption(`Markings: ${capFirstChar(genes.markings)}`, "markings", genes) options.addOption(`Markings: ${capFirstChar(genes.markings)}`, "markings", genes)
.addValueList([ .addValueList([
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment