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

fix

parent 4c82461c
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ App.Desc.vaginalAccessory = function(slave) { ...@@ -9,7 +9,7 @@ App.Desc.vaginalAccessory = function(slave) {
} else if (slave.vaginalAccessory === "bullet vibrator" || slave.vaginalAccessory === "smart bullet vibrator") { } else if (slave.vaginalAccessory === "bullet vibrator" || slave.vaginalAccessory === "smart bullet vibrator") {
held = "held in place by a strap"; held = "held in place by a strap";
} else { } else {
held = "held in place by a strap, which ${he} can remove for vaginal intercourse"; held = `held in place by a strap, which ${he} can remove for vaginal intercourse`;
} }
switch (slave.vaginalAccessory) { switch (slave.vaginalAccessory) {
case "bullet vibrator": case "bullet vibrator":
......
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