Skip to content

Commit a314eee

Browse files
committed
permissions oops
1 parent dd2fe03 commit a314eee

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

functions/collarfunctions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const assignCollar = (user, keyholder, restraints, only, customcollar) => {
2626
if (process.collar == undefined) {
2727
process.collar = {};
2828
}
29-
process.collar[user] = { keyholder: keyholder, keyholder_only: only, mitten: restraints.mitten, chastity: restraints.chastity, heavy: restraints.heavy, mask: restraints.mask, collartype: customcollar };
29+
process.collar[user] = { keyholder: keyholder, keyholder_only: only, mitten: restraints?.mitten, chastity: restraints?.chastity, heavy: restraints?.heavy, mask: restraints?.mask, collartype: customcollar };
3030
if (process.readytosave == undefined) {
3131
process.readytosave = {};
3232
}

functions/textfunctions.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1797,11 +1797,11 @@ const texts_eventfunctions = {
17971797
costumer_mimic: {
17981798
removeclothing: [
17991799
// OMNOMNOMNOM
1800-
`The Costumer Mimic tugs at USER_TAG's outfit hungrily, tearing away and consuming the VAR_C1 that USER_THEY USER_ISARE wearing!`,
1801-
`The Costumer Mimic's tentacles rip off the VAR_C1 that USER_THEY USER_ISARE wearing, stuffing it into its gaping maw and storing it away!`,
1802-
`The Costumer Mimic's tentacles snake out to swipe across the VAR_C1 that USER_THEY USER_ISARE wearing, dissolving it away before absorbing the remains!`,
1800+
`The Costumer Mimic tugs at USER_TAG's outfit hungrily, tearing away and consuming the VAR_C1 that USER_TAG is wearing!`,
1801+
`The Costumer Mimic's tentacles rip off the VAR_C1 that USER_TAG is wearing, stuffing it into its gaping maw and storing it away!`,
1802+
`The Costumer Mimic's tentacles snake out to swipe across the VAR_C1 that USER_TAG is wearing, dissolving it away before absorbing the remains!`,
18031803
],
1804-
donestripping: [`Having finished consuming all of their current clothing, the Costumer Mimic begins to dress USER_THEM in its chosen costume.`, `Now that USER_TAG is stripped bare, the Costumer Mimic begins to dress USER_THEM in one of its preferred costumes.`, `With a satisfied hum, the Costumer Mimic finishes consuming USER_TAG's clothing and begins to dress USER_THEM in the costume it has chosen.`],
1804+
donestripping: [`Having finished consuming all of USER_TAG's current clothing, the Costumer Mimic begins to dress USER_THEM in its chosen costume.`, `Now that USER_TAG is stripped bare, the Costumer Mimic begins to dress USER_THEM in one of its preferred costumes.`, `With a satisfied hum, the Costumer Mimic finishes consuming USER_TAG's clothing and begins to dress USER_THEM in the costume it has chosen.`],
18051805
applyingOutfit: {
18061806
wearable: { add: [`The Costumer Mimic pulls out a VAR_C1 from its internal storage and begins to dress USER_TAG in it!`, `The Costumer Mimic produces a VAR_C1 from within itself and slips it onto USER_TAG!`, `The Costumer Mimic's tentacles fish out a VAR_C1 from its storage and begins to dress USER_TAG in it!`] },
18071807
mitten: { replace: [`The Costumer Mimic removes the VAR_C1 from USER_TAG's hands, replacing it with a pair of VAR_C2 and securing them tightly.`], add: [`The Costumer Mimic grabs USER_TAG's wrists, holding them steady as it installs a pair of VAR_C1 on USER_THEM and secures them tightly.`] },

0 commit comments

Comments
 (0)