diff --git a/src/interaction/wardrobeUse.js b/src/interaction/wardrobeUse.js
index e83c8cead527d6cebf1c7bf94f6e4d6f8a144967..44173c6b895558ebd8c68cd02b79fba753b444dc 100644
--- a/src/interaction/wardrobeUse.js
+++ b/src/interaction/wardrobeUse.js
@@ -505,7 +505,7 @@ App.UI.Wardrobe.buttplug = function(slave) {
 
 	if (slave.buttplug !== `none`) {
 		let choiceOptionsArray = [];
-		choiceOptionsArray.push({text: `None`, updateSlave: {buttplug: `none`}});
+		choiceOptionsArray.push({text: `None`, updateSlave: {buttplug: `none`, buttplugAttachment: `none`}});
 		label.appendChild(App.UI.SlaveInteract.generateRows(choiceOptionsArray, slave, "buttplug", false));
 	}
 	el.appendChild(label);
diff --git a/src/js/DefaultRules.js b/src/js/DefaultRules.js
index 59edd1eda8d33003f784bf069605d71d1fae4bd3..a20fcec1af1674d0684b491e75ebbb6db39b26ad 100644
--- a/src/js/DefaultRules.js
+++ b/src/js/DefaultRules.js
@@ -1288,7 +1288,7 @@ globalThis.DefaultRules = (function() {
 				slave.drugs = action.drug;
 				r += `<br>${slave.slaveName} has been put on ${slave.drugs}, since `;
 				if (action.drug.startsWith("intensive")) {
-					r += `since ${he}'s healthy enough to take them, and `;
+					r += `${he}'s healthy enough to take them, and `;
 				}
 				if (_priorities.length > 1) {
 					r += `that part of ${his} body is `;