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

Fix bad pronouns in assistant awakening.

parent e8093f16
No related branches found
No related tags found
1 merge request!11465Fixes
......@@ -29,7 +29,10 @@ App.Events.assistantAwakens = class assistantAwakens extends App.Events.BaseEven
function yes() {
V.assistant.personality = 1;
return `Your sultry-voiced assistant requests a slave to demonstrate what it — now ${heA} — means. You bring in a slave and a fuckmachine, and tell ${himU} to get on it. The lovely voice croons and talks dirty to the slave as ${heU} uses the machine, acting as though ${heA} is the machine's voice. The pace of the machine is different, too, irregular and more lifelike. The slave certainly enjoys ${himselfU}, even if ${V.assistant.name} is just simulating sex.`;
const {
heA2
} = getPronouns(assistant.pronouns().main).appendSuffix("A2");
return `Your sultry-voiced assistant requests a slave to demonstrate what it — now ${heA2} — means. You bring in a slave and a fuckmachine, and tell ${himU} to get on it. The lovely voice croons and talks dirty to the slave as ${heU} uses the machine, acting as though ${heA2} is the machine's voice. The pace of the machine is different, too, irregular and more lifelike. The slave certainly enjoys ${himselfU}, even if ${V.assistant.name} is just simulating sex.`;
}
function no() {
......
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