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

Fix static "dildo" in desc

parent d79b8e94
Branches
Tags
1 merge request!8637Fixes
......@@ -105,7 +105,7 @@ App.Desc.vaginalAttachment = function(slave) {
switch (dildoVibeLevel(slave)) {
case 2:
// TODO: not sure about this description
r.push(`${His} dildo buzzes every so often, when prompted by the arcology's systems to train ${his} sexuality.`);
r.push(`${His} ${slave.vaginalAccessory} buzzes every so often, when prompted by the arcology's systems to train ${his} sexuality.`);
if (slave.chastityVagina) {
r.push(`The chastity belt locking it in place means there is no escape.`);
}
......@@ -113,7 +113,7 @@ App.Desc.vaginalAttachment = function(slave) {
break;
case 1:
// TODO: not sure about this description
r.push(`${He} looks distinctly uncomfortable as ${his} dildo buzzes every so often.`);
r.push(`${He} looks distinctly uncomfortable as ${his} ${slave.vaginalAccessory} buzzes every so often.`);
if (slave.chastityVagina) {
r.push(`The chastity belt locking it in place means there is no escape.`);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment