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

Fix static "dildo" in desc

parent d79b8e94
No related branches found
No related tags found
1 merge request!8637Fixes
...@@ -105,7 +105,7 @@ App.Desc.vaginalAttachment = function(slave) { ...@@ -105,7 +105,7 @@ App.Desc.vaginalAttachment = function(slave) {
switch (dildoVibeLevel(slave)) { switch (dildoVibeLevel(slave)) {
case 2: case 2:
// TODO: not sure about this description // 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) { if (slave.chastityVagina) {
r.push(`The chastity belt locking it in place means there is no escape.`); r.push(`The chastity belt locking it in place means there is no escape.`);
} }
...@@ -113,7 +113,7 @@ App.Desc.vaginalAttachment = function(slave) { ...@@ -113,7 +113,7 @@ App.Desc.vaginalAttachment = function(slave) {
break; break;
case 1: case 1:
// TODO: not sure about this description // 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) { if (slave.chastityVagina) {
r.push(`The chastity belt locking it in place means there is no escape.`); 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.
Finish editing this message first!
Please register or to comment