Skip to content
Snippets Groups Projects
Commit d2e78ebc authored by svornost's avatar svornost
Browse files

use pronoun enumeration, not constant

parent f29a436b
No related branches found
No related tags found
1 merge request!11096Fixes/tweaks
...@@ -54,7 +54,7 @@ App.Interact.fSlaveImpreg = function(slave, impregnatrix) { ...@@ -54,7 +54,7 @@ App.Interact.fSlaveImpreg = function(slave, impregnatrix) {
himP himP
} = getPronouns(V.PC).appendSuffix("P"); } = getPronouns(V.PC).appendSuffix("P");
const donatrix = (impregnatrix.pronoun === 0 || V.diversePronouns === 0) ? `donatrix` : `donor`; const donatrix = (impregnatrix.pronoun === App.Data.Pronouns.Kind.female || V.diversePronouns === 0) ? `donatrix` : `donor`;
r.push(`The first necessary step is to prepare the ${donatrix}.`); r.push(`The first necessary step is to prepare the ${donatrix}.`);
const belly = bellyAdjective(slave); const belly = bellyAdjective(slave);
......
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