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

typing fix

parent e630b187
No related branches found
No related tags found
No related merge requests found
...@@ -296,7 +296,7 @@ globalThis.dildoWidth = function(slave) { ...@@ -296,7 +296,7 @@ globalThis.dildoWidth = function(slave) {
/** /**
* @param {App.Entity.SlaveState} slave * @param {App.Entity.SlaveState} slave
* @returns {0|1|2|3} * @returns {0|1|2}
*/ */
globalThis.dildoLength = function(slave) { globalThis.dildoLength = function(slave) {
const dildo = App.Data.vaginalAccessories.get(slave.vaginalAccessory) || V.customItem.vaginalAccessories.get(slave.vaginalAccessory); const dildo = App.Data.vaginalAccessories.get(slave.vaginalAccessory) || V.customItem.vaginalAccessories.get(slave.vaginalAccessory);
......
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