Skip to content
Snippets Groups Projects
Commit 1b1cef43 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'fixes' into 'pregmod-master'

Pronoun Fix

See merge request pregmodfan/fc-pregmod!6918
parents 9defc3ca 2e67059f
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ App.Desc.waist = function(slave) { ...@@ -6,7 +6,7 @@ App.Desc.waist = function(slave) {
belly = bellyAdjective(slave); belly = bellyAdjective(slave);
} }
const { const {
he, him, his, hers, himself, boy, He, His, woman he, him, his, hers, himself, girl, He, His, woman
} = getPronouns(slave); } = getPronouns(slave);
r.push(`${He} has`); r.push(`${He} has`);
......
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