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

there are other genders than headgirl

parent e4b7cd6e
No related branches found
No related tags found
1 merge request!4079Is Headgirl a gender?
......@@ -4,7 +4,7 @@ App.Desc.Eyes = /** @param {App.Entity.SlaveState} slave */ function(slave) {
"use strict";
const V = State.variables;
let r = ``;
var pronouns = getPronouns(V.HeadGirl);
var pronouns = getPronouns(slave);
var he = pronouns.pronoun;
var him = pronouns.object;
var his = pronouns.possessive;
......
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