diff --git a/src/interaction/wardrobeUse.js b/src/interaction/wardrobeUse.js
index 495f52b6abe36896695f8a50c10a235e21459452..c776cb44ac2178087556efe80f7416597665027c 100644
--- a/src/interaction/wardrobeUse.js
+++ b/src/interaction/wardrobeUse.js
@@ -486,7 +486,7 @@ App.UI.Wardrobe.buttplug = function(slave) {
 	if (slave.fuckdoll !== 0) {
 		return;
 	}
-	// <<buttplugDescription>>
+	// App.Desc.buttplug(slave)
 
 	const {
 		// eslint-disable-next-line no-unused-vars
diff --git a/src/npc/descriptions/anus/anus.js b/src/npc/descriptions/anus/anus.js
index a0c83d8ba36c20206317def7de4e3cc2a861b269..a301abdc398ab9375ad4fb653bc4931f94158554 100644
--- a/src/npc/descriptions/anus/anus.js
+++ b/src/npc/descriptions/anus/anus.js
@@ -98,7 +98,7 @@ App.Desc.anus = function(slave) {
 		r.push(`${His} asshole looks unusually puffy and sore. ${He}'s either been cruelly assraped lately, or ${he}'s had an irritant placed in ${his} anus.`);
 	}
 
-	//<< buttplugDescription >> todo: fix this
+	r.push(App.Desc.buttplug(slave));
 
 	r.push(App.Desc.mods(slave, "anus"));
 
diff --git a/src/npc/descriptions/anus/buttplug.js b/src/npc/descriptions/anus/buttplug.js
new file mode 100644
index 0000000000000000000000000000000000000000..a116eb92300aedafc76fe2942854a1ec527dec37
--- /dev/null
+++ b/src/npc/descriptions/anus/buttplug.js
@@ -0,0 +1,719 @@
+App.Desc.buttplug = function(slave) {
+	const r = [];
+	const {
+		he, him, his, hers, himself, boy, He, His
+	} = getPronouns(slave);
+	if (slave.assignment === "work in the dairy" && V.dairyRestraintsSetting > 1) {
+		r.push(`${slave.slaveName}'s anus is`);
+		if (V.dairyStimulatorsSetting > 1) {
+			r.push(`filled by an enormous dildo `);
+			if (slave.balls > 0) {
+				r.push(`which is sodomizing ${him} vigorously to force ejaculation.`);
+			} else {
+				r.push(`which is filling ${his} rectum with curative fluids.`);
+			}
+		} else {
+			r.push(`being penetrated by ${his} milking machine for curative delivery.`);
+		}
+	} else {
+		if (V.showClothing === 1 && V.saleDescription === 0) {
+			switch (slave.clothes) {
+				case "a Fuckdoll suit":
+					r.push(`The suit has a wide opening for its rear hole, leaving the anus bare and unprotected.`);
+					break;
+				case "chains":
+					if (slave.chastityAnus) {
+						r.push(`${His} anal chastity belt is completely visible and a chain runs down around it.`);
+					} else {
+						r.push(`Another chain runs down ${his}`);
+						if (slave.anus > 2) {
+							r.push(`asscrack; ${his} asshole is so huge that it occasionally threatens to swallow one of the links.`);
+						} else {
+							r.push(`asscrack.`);
+						}
+					}
+					break;
+				case "Western clothing":
+					if (slave.chastityAnus) {
+						r.push(`${His} anal chastity belt is completely visible from the rear.`);
+					} else {
+						r.push(`With ${his} ass bare,`);
+						if (slave.anus > 2) {
+							r.push(`${his} huge asshole is very visible from the rear.`);
+						} else if (slave.anus > 1) {
+							r.push(`${his} roomy asshole is very visible from the rear.`);
+						} else {
+							r.push(`there is an occasional glimpse of ${his} asshole.`);
+						}
+					}
+					break;
+				case "body oil":
+					if (slave.chastityAnus) {
+						r.push(`${His} anal chastity belt is visible from the rear.`);
+					} else {
+						r.push(`With ${his} butt bare,`);
+						if (slave.anus > 2) {
+							r.push(`${his} huge, well-oiled asshole is very visible from the rear.`);
+						} else if (slave.anus > 1) {
+							r.push(`${his} roomy, well-oiled asshole is very visible from the rear.`);
+						} else {
+							r.push(`there is an occasional glimpse of ${his} well-oiled asshole.`);
+						}
+					}
+					break;
+				case "attractive lingerie for a pregnant woman":
+					if (slave.chastityAnus) {
+						r.push(`${His} anal chastity belt is quite visible under ${his} silken panties.`);
+					} else {
+						r.push(`${His}`);
+						if (slave.anus > 3) {
+							r.push(`gaping asshole can easily be discerned though ${his} panties.`);
+						} else {
+							r.push(`panties completely hide ${his} asshole.`);
+						}
+					}
+					break;
+				case "kitty lingerie":
+					if (slave.chastityAnus) {
+						r.push(`${His} anal chastity belt is quite visible under ${his} silken panties.`);
+					} else {
+						r.push(`${His} silken panties cover ${his}`);
+						if (slave.anus > 3) {
+							r.push(`gaping asshole.`);
+						} else {
+							r.push(`asshole.`);
+						}
+					}
+					break;
+				case "a maternity dress":
+					if (slave.chastityAnus) {
+						r.push(`${His} maternity dress hides ${his} anal chastity accessory underneath.`);
+					} else {
+						r.push(`Though ${his} dress covers ${his} rear, ${his} asshole is bare beneath it.`);
+					}
+					break;
+				case "stretch pants and a crop-top":
+					if (slave.chastityAnus) {
+						r.push(`${His} tight, form-fitting pants highlight the chastity device hidden beneath them.`);
+					} else {
+						r.push(`${His} tight, form-fitting pants conceal ${his} asshole, but even a cursory fondle reveals ${he} isn't wearing any underwear.`);
+					}
+					break;
+				case "spats and a tank top":
+					if (slave.chastityAnus) {
+						r.push(`${His} tight, form-fitting shorts make ${his} chastity device obvious.`);
+					} else {
+						r.push(`${His} tight, form-fitting shorts hug ${his} asshole so closely that ${his} anus is distinctly visible through the material.`);
+					}
+					break;
+				case "a slutty qipao":
+					if (slave.chastityAnus) {
+						r.push(`${His} anal chastity belt is barely covered from the rear.`);
+					} else {
+						if (slave.butt > 6) {
+							r.push(`The rear hem of ${his} qipao is so inadequate to cover ${his} butt that`);
+							if (slave.anus > 2) {
+								r.push(`${his} huge asshole is very visible from the rear.`);
+							} else if (slave.anus > 1) {
+								r.push(`${his} roomy asshole is very visible from the rear.`);
+							} else {
+								r.push(`there is an occasional glimpse of ${his} asshole.`);
+							}
+						}
+					}
+					break;
+				case "uncomfortable straps":
+					if (slave.chastityAnus) {
+						r.push(`${His} anal chastity belt is completely visible. ${His} straps come down around it between ${his} buttocks.`);
+					} else {
+						r.push(`The strap between ${his} buttocks has a steel ring over ${his}`);
+						if (slave.anus > 2) {
+							r.push(`butthole to admit cock. Amusingly, the ring is probably more restrictive than ${his} loose ass.`);
+						} else {
+							r.push(`asshole to admit cock.`);
+						}
+					}
+					break;
+				case "shibari ropes":
+					if (slave.chastityAnus) {
+						r.push(`${His} anal chastity belt is completely visible. ${His} rope passes around it between ${his} buttocks.`);
+					} else {
+						r.push(`The rope between ${his} buttocks passes`);
+						if (slave.anus > 2) {
+							r.push(`over ${his} asshole, but ${his} lewd anus is so big that it's visible to either side of it.`);
+						} else {
+							r.push(`tightly over ${his} asshole.`);
+						}
+					}
+					break;
+				case "restrictive latex":
+					if (slave.chastityAnus) {
+						r.push(`${His} anal chastity belt can be barely made out through the latex.`);
+					} else {
+						r.push(`${His}`);
+						if (slave.anus > 1) {
+							r.push(`well-fucked`);
+						} else {
+							r.push(`tight`);
+						}
+						r.push(`asshole is visible through a hole in the latex, left expressly to admit cock.`);
+					}
+					break;
+				case "attractive lingerie":
+					if (slave.chastityAnus) {
+						r.push(`${His} anal chastity belt is on display.`);
+					} else {
+						r.push(`${His} g-string`);
+						if (slave.anus > 1) {
+							r.push(`cannot conceal ${his} well-fucked`);
+						} else {
+							r.push(`shows only a hint of ${his} tight`);
+						}
+						r.push(`asshole.`);
+					}
+					break;
+				case "a burkini":
+				case "a monokini":
+					if (slave.chastityAnus) {
+						r.push(`${His} anal chastity device is concealed by ${his} swimsuit.`);
+					} else {
+						r.push(`${His} swimsuit fully conceals ${his}`);
+						if (slave.anus > 1) {
+							r.push(`well-fucked asshole.`);
+						} else {
+							r.push(`tight butthole.`);
+						}
+					}
+					break;
+				case "overalls":
+					if (slave.chastityAnus) {
+						r.push(`${His} anal chastity device is concealed by ${his} overalls.`);
+					} else {
+						r.push(`${His} overalls give no hint of the`);
+						if (slave.anus > 1) {
+							r.push(`well-fucked butthole`);
+						} else {
+							r.push(`tight asshole`);
+						}
+						r.push(`underneath.`);
+					}
+					break;
+				case "an apron":
+					if (slave.chastityAnus) {
+						r.push(`Since ${he} is nude under ${his} apron, ${his} anal chastity device is on open display.`);
+					} else {
+						r.push(`Since ${he} is nude under ${his} apron, ${his}`);
+						if (slave.anus > 1) {
+							r.push(`well-fucked asshole`);
+						} else {
+							r.push(`tight butthole`);
+						}
+						r.push(`is on open display.`);
+					}
+					break;
+				case "a cybersuit":
+					if (slave.chastityAnus) {
+						r.push(`${His} anal chastity device is integrated into ${his} bodysuit.`);
+					} else {
+						r.push(`${His} bodysuit fully conceals ${his}`);
+						if (slave.anus > 1) {
+							r.push(`well-fucked asshole.`);
+						} else {
+							r.push(`tight butthole.`);
+						}
+					}
+					break;
+				case "a string bikini":
+					if (slave.chastityAnus) {
+						r.push(`${His} anal chastity belt is integrated into ${his} bikini.`);
+					} else {
+						r.push(`${His}`);
+						if (slave.anus > 1) {
+							r.push(`well-fucked asshole makes a mockery of ${his} string bikini, which cannot begin to conceal it.`);
+						} else {
+							r.push(`string bikini shows more than a hint of ${his} tight asshole.`);
+						}
+					}
+					break;
+				case "a scalemail bikini":
+					if (slave.chastityAnus) {
+						r.push(`${His} anal chastity belt is integrated into ${his} bikini.`);
+					} else {
+						r.push(`${His}`);
+						if (slave.anus > 1) {
+							r.push(`well-fucked asshole is concealed by ${his} scalemail bikini.`);
+						} else {
+							r.push(`scalemail bikini conceals ${his} tight asshole.`);
+						}
+					}
+					break;
+				case "striped panties":
+					if (slave.chastityAnus) {
+						r.push(`${His} anal chastity belt is integrated into ${his} panties.`);
+					} else {
+						r.push(`${His}`);
+						if (slave.anus > 1) {
+							r.push(`well-fucked asshole is concealed by ${his} cute panties.`);
+						} else {
+							r.push(`cute panties conceal ${his} tight asshole.`);
+						}
+					}
+					break;
+				case "clubslut netting":
+					if (slave.chastityAnus) {
+						r.push(`${His} anal chastity belt is fully visible through the netting.`);
+					} else {
+						r.push(`There's a hole in ${his} netting right over ${his}`);
+						if (slave.anus > 1) {
+							r.push(`big`);
+						} else {
+							r.push(`tight`);
+						}
+						r.push(`butthole.`);
+					}
+					break;
+				case "a cheerleader outfit":
+					r.push(`If ${he} bends over even slightly, the hem of ${his} skirt rides up to reveal ${his}`);
+					if (slave.chastityAnus) {
+						r.push(`anal chastity belt.`);
+					} else {
+						if (slave.anus > 1) {
+							r.push(`${his} lewd butthole.`);
+						} else {
+							r.push(`a hint of ${his} tight anus.`);
+						}
+					}
+					break;
+				case "harem gauze":
+					r.push(`${His}`);
+					if (slave.chastityAnus) {
+						r.push(`anal chastity belt is clearly`);
+					} else {
+						if (slave.anus > 1) {
+							r.push(`well-fucked asshole is clearly`);
+						} else {
+							r.push(`tight ass is tantalizingly`);
+						}
+					}
+					r.push(`visible through ${his} gauze.`);
+					break;
+				case "a fallen nuns habit":
+					if (slave.chastityAnus) {
+						r.push(`${His} uncovered butt shows off ${his} anal chastity belt clearly when ${he} bends over.`);
+					} else {
+						r.push(`With ${his} butt uncovered, committing the sin of sodomy with this nun is as easy as bending ${him} over.`);
+					}
+					break;
+				case "a chattel habit":
+					if (slave.chastityAnus) {
+						r.push(`Underneath ${his} chattel habit, ${his} anal chastity belt prevents anal.`);
+					} else {
+						r.push(`The strip of cloth over ${his} rear hole can be flipped up for anal, or tucked up under the belt for prolonged sodomy.`);
+					}
+					break;
+				case "a penitent nuns habit":
+					if (slave.chastityAnus) {
+						r.push(`Underneath ${his} habit, ${his} anal chastity belt prevents anal.`);
+					} else {
+						r.push(`${His} poor sinful asshole is terribly chafed by ${his} habit.`);
+					}
+					break;
+				case "a slutty outfit":
+					r.push(`${His} slutty outfits`);
+					if (slave.chastityAnus) {
+						r.push(`betray ${his} anal chastity belt.`);
+					} else {
+						r.push(`are designed for easy access to ${his} asshole.`);
+					}
+					break;
+				case "a slave gown":
+					if (slave.chastityAnus) {
+						r.push(`${His} pretty gown hides ${his} anal chastity accessory underneath.`);
+					} else {
+						r.push(`Though ${his} gown is very pretty, ${his} asshole is bare beneath it.`);
+					}
+					break;
+				case "a halter top dress":
+					if (slave.chastityAnus) {
+						r.push(`${His} beautiful halter top dress hides ${his} anal chastity accessory underneath.`);
+					} else {
+						r.push(`Though ${his} halter top dress is very beautiful, ${his} asshole is bare beneath it.`);
+					}
+					break;
+				case "a ball gown":
+					if (slave.chastityAnus) {
+						r.push(`${His} fabulous silken ball gown hides ${his} anal chastity accessory underneath.`);
+					} else {
+						r.push(`Though ${his} silken ball gown is fabulous, ${his} asshole is bare beneath it.`);
+					}
+					break;
+				case "a comfortable bodysuit":
+					r.push(`${His} bodysuit is so form-fitting that the shape of ${his}`);
+					if (slave.chastityAnus) {
+						r.push(`anal chastity accessory is clearly`);
+					} else {
+						r.push(`anus is distinctly`);
+					}
+					r.push(`visible.`);
+					break;
+				case "a latex catsuit":
+					r.push(`${His} crotch zipper`);
+					if (slave.chastityAnus) {
+						r.push(`does nothing as ${his} anal chastity accessory is underneath it.`);
+					} else {
+						r.push(`gives ready access to ${his} asshole.`);
+					}
+					break;
+				case "a leotard":
+					r.push(`The thin strip of leotard running between`);
+					if (slave.chastityAnus) {
+						r.push(`${his} `);
+						if (hasBothLegs(slave)) {
+							r.push(`legs`);
+						} else {
+							r.push(`hips`);
+						}
+						r.push(` are so thin that ${his} anal chastity accessory is clearly visible underneath.`);
+					} else {
+						r.push(`${his} buttocks are so thin and snug that the outline of ${his} anus is clearly`);
+						if (slave.butt > 3) {
+							r.push(`visible if ${he}'s spread.`);
+						} else {
+							r.push(`visible.`);
+						}
+					}
+					break;
+				case "a mini dress":
+					r.push(`If ${he} bends over even slightly, the hem of ${his} short dress rides up to reveal ${his}`);
+					if (slave.chastityAnus) {
+						r.push(`anal chastity accessory underneath.`);
+					} else {
+						if (slave.anus > 1) {
+							r.push(`lewd butthole.`);
+						} else {
+							r.push(`tight anus.`);
+						}
+					}
+					break;
+				case "a slutty nurse outfit":
+					if (slave.chastityAnus) {
+						r.push(`The very tight skirt covers ${his} anal chastity accessory.`);
+					} else {
+						r.push(`The skirt is tight enough that lifting it to fuck ${his} butt is an amusing wrestling match.`);
+					}
+					break;
+				case "a schoolgirl outfit":
+					r.push(`The skirt is so short that it`);
+					if (slave.chastityAnus) {
+						r.push(`reveals ${his} anal chastity accessory.`);
+					} else {
+						r.push(`doesn't even have to be lifted to fuck ${his} schoolgirl ass.`);
+					}
+					break;
+				case "a hijab and blouse":
+					r.push(`${His} long skirt may be modest, but it's also loose and easy to lift, allowing access to`);
+					if (slave.chastityAnus) {
+						r.push(`${his} anal chastity accessory.`);
+					} else {
+						r.push(`${his} anus.`);
+					}
+					break;
+				case "a hijab and abaya":
+				case "a niqab and abaya":
+					r.push(`The abaya may be modest, but it's also loose and easy to lift, allowing access to`);
+					if (slave.chastityAnus) {
+						r.push(`${his} anal chastity accessory.`);
+					} else {
+						r.push(`${his} anus.`);
+					}
+					break;
+				case "a klan robe":
+					r.push(`The robe fully covers ${his} body, but it's also loose and easy to lift, allowing access to`);
+					if (slave.chastityAnus) {
+						r.push(`${his} anal chastity accessory.`);
+					} else {
+						r.push(`${his} anus.`);
+					}
+					break;
+				case "a slutty klan robe":
+					r.push(`The skimpy robe fails to cover most of ${his} body, allowing easy access to`);
+					if (slave.chastityAnus) {
+						r.push(`${his} anal chastity accessory.`);
+					} else {
+						r.push(`${his} anus.`);
+					}
+					break;
+				case "a burqa":
+					r.push(`The burqa's heavy fabric makes it somewhat difficult to lift, which helps to conceal ${his}`);
+					if (slave.chastityAnus) {
+						r.push(`anal chastity accessory.`);
+					} else {
+						if (slave.anus > 2) {
+							r.push(`immorally used asshole.`);
+						} else {
+							r.push(`naked asshole.`);
+						}
+					}
+					break;
+				case "a slutty maid outfit":
+					r.push(`The short skirt of ${his} maid dress`);
+					if (slave.chastityAnus) {
+						r.push(`covers ${his} anal chastity accessory.`);
+					} else {
+						r.push(`is made to be easily liftable for access to ${his} anus.`);
+					}
+					break;
+				case "a nice maid outfit":
+					r.push(`As conservative as ${his} dress is,`);
+					if (slave.chastityAnus) {
+						r.push(`${his} anal chastity accessory still hides under it.`);
+					} else {
+						r.push(`${his} anus is still bare beneath it.`);
+					}
+					break;
+				case "a kimono":
+					r.push(`As demure as the kimono is,`);
+					if (slave.chastityAnus) {
+						r.push(`${his} anal chastity accessory still lies beneath it.`);
+					} else {
+						r.push(`${his} anus is still bare underneath it.`);
+					}
+					break;
+				case "a Santa dress":
+					r.push(`The short hem of ${his} festive dress`);
+					if (slave.chastityAnus) {
+						r.push(`fails to fully cover ${his} anal chastity device.`);
+					} else {
+						r.push(`allows easy access to ${his} anus.`);
+					}
+					break;
+				case "a long qipao":
+					r.push(`The qipao may be modest, but it's also loose and easy to lift, allowing access to`);
+					if (slave.chastityAnus) {
+						r.push(`${his} anal chastity accessory.`);
+					} else {
+						r.push(`${his} anus.`);
+					}
+					break;
+				case "a courtesan dress":
+					if (slave.chastityAnus) {
+						r.push(`${His} layered skirt, when unparted, hides ${his} anal chastity accessory.`);
+					} else {
+						r.push(`${His} skirt may look fancy, but it allows easy access to ${his} bare anus.`);
+					}
+					break;
+				case "a bimbo outfit":
+				case "a tube top and thong":
+				case "a thong":
+				case "a t-shirt and thong":
+					if (slave.chastityAnus) {
+						r.push(`${His} anal chastity belt keeps ${his} thong from riding up on ${him}.`);
+					} else {
+						r.push(`${His} thong can easily be slipped aside to expose ${his} anus.`);
+					}
+					break;
+				case "conservative clothing":
+				case "a toga":
+				case "huipil":
+				case "cutoffs and a t-shirt":
+				case "battledress":
+				case "battlearmor":
+				case "a mounty outfit":
+				case "lederhosen":
+				case "a dirndl":
+				case "a biyelgee costume":
+				case "slutty business attire":
+				case "nice business attire":
+				case "a military uniform":
+				case "a bunny outfit":
+				case "a nice nurse outfit":
+				case "a schutzstaffel uniform":
+				case "a slutty schutzstaffel uniform":
+				case "a red army uniform":
+				case "a button-up shirt and panties":
+				case "a gothic lolita dress":
+				case "a hanbok":
+				case "a bra":
+				case "a button-up shirt":
+				case "a nice pony outfit":
+				case "a sweater":
+				case "a tank-top":
+				case "a tube top":
+				case "a one-piece swimsuit":
+				case "a police uniform":
+				case "a striped bra":
+				case "a skimpy loincloth":
+				case "a slutty pony outfit":
+				case "a sports bra":
+				case "a sweater and panties":
+				case "a t-shirt":
+				case "a tank-top and panties":
+				case "an oversized t-shirt and boyshorts":
+				case "an oversized t-shirt":
+				case "a t-shirt and jeans":
+				case "boyshorts":
+				case "cutoffs":
+				case "leather pants and pasties":
+				case "leather pants":
+				case "panties":
+				case "sport shorts and a t-shirt":
+				case "a t-shirt and panties":
+				case "panties and pasties":
+				case "pasties":
+				case "striped underwear":
+				case "sport shorts and a sports bra":
+				case "jeans":
+				case "a sweater and cutoffs":
+				case "leather pants and a tube top":
+				case "sport shorts":
+					/* We could use chastity belt descriptions! */
+					break;
+				default:
+					if (slave.anus > 2) {
+						if (slave.chastityAnus) {
+							r.push(`${His} bare buttocks and ${his} anal chastity accessory are very visible from the rear.`);
+						} else {
+							r.push(`With ${his} ass bare, ${his} huge asshole is very visible from the rear.`);
+						}
+					} else if ((slave.anus > 1)) {
+						if (slave.chastityAnus) {
+							r.push(`${His} bare buttocks and ${his} anal chastity accessory are very visible from the rear.`);
+						} else {
+							r.push(`With ${his} ass bare, ${his} loose asshole is visible from the rear.`);
+						}
+					} else {
+						if (slave.chastityAnus) {
+							r.push(`${His} bare buttocks and ${his} anal chastity accessory are visible.`);
+						} else {
+							r.push(`With ${his} ass bare, there is an occasional glimpse of ${his} asshole.`);
+						}
+					}
+					break;
+			}
+		}
+	}
+
+	switch (slave.buttplug) {
+		case "plug":
+			r.push(`It's filled by a standard`);
+			if (slave.anus > 2) {
+				r.push(`buttplug, which is on the verge of falling out.`);
+			} else {
+				r.push(`buttplug.`);
+			}
+			if (slave.buttplugAttachment === "tail") {
+				r.push(`A tail protrudes from the back of the plug and dangles from ${his} rear.`);
+			} else if (slave.buttplugAttachment === "fox tail") {
+				r.push(`A bushy ${slave.hColor} tail with a white tip protrudes from the back of the plug and dangles from ${his} rear.`);
+			} else if (slave.buttplugAttachment === "cow tail") {
+				r.push(`A slim, spotted tail with a cute tuft at its tip protudes from the back of the plug and dangles from ${his} rear.`);
+			} else if (slave.buttplugAttachment === "cat tail") {
+				r.push(`A tail protrudes from the back of the plug and springs upwards from ${his} rear.`);
+			}
+			break;
+		case "long plug":
+			r.push(`It's filled by a standard sized, overly long`);
+			if (slave.anus > 2) {
+				r.push(`buttplug, which is on the verge of sliding out ${his} rear.`);
+			} else {
+				r.push(`buttplug.`);
+			}
+			r.push(`It causes a noticeable bulge in ${his} belly.`);
+			if (slave.buttplugAttachment === "tail") {
+				r.push(`A tail protrudes from the back of the plug and dangles from ${his} rear.`);
+			} else if (slave.buttplugAttachment === "fox tail") {
+				r.push(`A bushy ${slave.hColor} tail with a white tip protrudes from the back of the plug and dangles from ${his} rear.`);
+			} else if (slave.buttplugAttachment === "cow tail") {
+				r.push(`A slim, spotted tail with a cute tuft at its tip protudes from the back of the plug and dangles from ${his} rear.`);
+			} else if (slave.buttplugAttachment === "cat tail") {
+				r.push(`A tail protrudes from the back of the plug and springs upwards from ${his} rear.`);
+			}
+			break;
+		case "large plug":
+			r.push(`It's`);
+			if (slave.anus < 2) {
+				r.push(`agonizingly stretched`);
+			} else if (slave.anus < 3) {
+				r.push(`uncomfortably stretched`);
+			} else {
+				r.push(`comfortably stretched`);
+			}
+			r.push(`by a large buttplug.`);
+			if (slave.buttplugAttachment === "tail") {
+				r.push(`${He} swings the tail from side to side with every shift of ${his} rear.`);
+			} else if (slave.buttplugAttachment === "fox tail") {
+				r.push(`${He} swings the bushy ${slave.hColor} tail from side to side with every shift of ${his} rear.`);
+			} else if (slave.buttplugAttachment === "cow tail") {
+				r.push(`${He} swings the spotted tail from side to side with every shift of ${his} rear.`);
+			} else if (slave.buttplugAttachment === "cat tail") {
+				r.push(`${He} bounces the tail from side to side with every shift of ${his} rear.`);
+			}
+			break;
+		case "long, large plug":
+			r.push(`It's`);
+			if (slave.anus < 2) {
+				r.push(`agonizingly stretched`);
+			} else if (slave.anus < 3) {
+				r.push(`uncomfortably stretched`);
+			} else {
+				r.push(`comfortably stretched`);
+			}
+			r.push(`by a large and long buttplug. It causes a noticeable bulge in ${his} belly.`);
+			if (slave.buttplugAttachment === "tail") {
+				r.push(`${He} swings the tail from side to side with every shift of ${his} rear.`);
+			} else if (slave.buttplugAttachment === "fox tail") {
+				r.push(`${He} swings the bushy ${slave.hColor} tail from side to side with every shift of ${his} rear.`);
+			} else if (slave.buttplugAttachment === "cow tail") {
+				r.push(`${He} swings the spotted tail from side to side with every shift of ${his} rear.`);
+			} else if (slave.buttplugAttachment === "cat tail") {
+				r.push(`${He} bounces the tail from side to side with every shift of ${his} rear.`);
+			}
+			break;
+		case "huge plug":
+			if (slave.anus < 4) {
+				r.push(`It's agonizingly stretched by a plug so huge ${his} anus is probably being stretched into a permanent gape.`);
+				if (slave.fuckdoll === 0) {
+					if (slave.fetish === "masochist" && slave.fetishKnown === 1 && slave.fetishStrength > 60) {
+						r.push(`${He}'s frequently in tears from the pain, which is so sharp it often tips ${him} over into spontaneous orgasm.`);
+					} else {
+						r.push(`${He} spends much of ${his} time sobbing with anal pain and fear at having ${his} hole ruined.`);
+					}
+				}
+			} else {
+				r.push(`Its ridiculous gape is comfortably filled by a huge buttplug.`);
+			}
+			if (slave.buttplugAttachment === "tail") {
+				r.push(`${He} sways the tail back and forth with every ginger movement of ${his} rear.`);
+			} else if (slave.buttplugAttachment === "fox tail") {
+				r.push(`${He} sways the bushy ${slave.hColor} tail back and forth with every ginger movement of ${his} rear.`);
+			} else if (slave.buttplugAttachment === "cow tail") {
+				r.push(`${He} sways the spotted tail back and forth with every ginger movement of ${his} rear.`);
+			} else if (slave.buttplugAttachment === "cat tail") {
+				r.push(`${He} jiggles the tail back and forth with every ginger movement of ${his} rear.`);
+			}
+			break;
+		case "long, huge plug":
+			if (slave.anus < 4) {
+				r.push(`It's agonizingly stretched by a plug so huge it causes ${his} belly to bulge and is likely stretching ${his} anus into a permanent gape.`);
+				if (slave.fuckdoll === 0) {
+					if (slave.fetish === "masochist" && slave.fetishKnown === 1 && slave.fetishStrength > 60) {
+						r.push(`${He}'s frequently in tears from the pain, which is so sharp it often tips ${him} over into spontaneous orgasm.`);
+					} else {
+						r.push(`${He} spends much of ${his} time sobbing with anal pain and fear at having ${his} hole ruined.`);
+					}
+				}
+			} else {
+				r.push(`Its ridiculous gape is comfortably filled by a wide and long buttplug. It causes a noticeable bulge in ${his} belly.`);
+			}
+			if (slave.buttplugAttachment === "tail") {
+				r.push(`${He} sways the tail back and forth with every ginger movement of ${his} rear.`);
+			} else if (slave.buttplugAttachment === "fox tail") {
+				r.push(`${He} sways the bushy ${slave.hColor} tail back and forth with every ginger movement of ${his} rear.`);
+			} else if (slave.buttplugAttachment === "cow tail") {
+				r.push(`${He} sways the spotted tail back and forth with every ginger movement of ${his} rear.`);
+			} else if (slave.buttplugAttachment === "cat tail") {
+				r.push(`${He} jiggles the tail back and forth with every ginger movement of ${his} rear.`);
+			}
+	}
+	return r.join(" ");
+};
diff --git a/src/utility/descriptionWidgetsStyle.tw b/src/utility/descriptionWidgetsStyle.tw
index 7263bf0f8be8aca102c60e14991ba052068e8c36..5d5a9195ccbd1802816e6af839e6d059fc49013f 100644
--- a/src/utility/descriptionWidgetsStyle.tw
+++ b/src/utility/descriptionWidgetsStyle.tw
@@ -6026,591 +6026,6 @@ $His
 <</switch>>
 <</widget>>
 
-<<widget "buttplugDescription">>
-<<if ($activeSlave.assignment == "work in the dairy") && ($dairyRestraintsSetting > 1)>>
-	$activeSlave.slaveName's anus is
-	<<if ($dairyStimulatorsSetting > 1)>>
-		filled by an enormous dildo <<if ($activeSlave.balls > 0)>>which is sodomizing $him vigorously to force ejaculation<<else>>which is filling $his rectum with curative fluids<</if>>.
-	<<else>>
-		being penetrated by $his milking machine for curative delivery.
-	<</if>>
-<<else>>
-	<<if ($showClothing == 1) && ($saleDescription == 0)>>
-	<<switch $activeSlave.clothes>>
-	<<case "a Fuckdoll suit">>
-		The suit has a wide opening for its rear hole, leaving the anus bare and unprotected.
-	<<case "chains">>
-		<<if ($activeSlave.chastityAnus)>>
-			$His anal chastity belt is completely visible and a chain runs down around it.
-		<<else>>
-			Another chain runs down $his
-			<<if $activeSlave.anus > 2>>
-				asscrack; $his asshole is so huge that it occasionally threatens to swallow one of the links.
-			<<else>>
-				asscrack.
-			<</if>>
-		<</if>>
-	<<case "Western clothing">>
-		<<if ($activeSlave.chastityAnus)>>
-			$His anal chastity belt is completely visible from the rear.
-		<<else>>
-			With $his ass bare,
-			<<if $activeSlave.anus > 2>>
-				$his huge asshole is very visible from the rear.
-			<<elseif $activeSlave.anus > 1>>
-				$his roomy asshole is very visible from the rear.
-			<<else>>
-				there is an occasional glimpse of $his asshole.
-			<</if>>
-		<</if>>
-	<<case "body oil">>
-		<<if ($activeSlave.chastityAnus)>>
-			$His anal chastity belt is visible from the rear.
-		<<else>>
-			With $his butt bare,
-			<<if $activeSlave.anus > 2>>
-				$his huge, well-oiled asshole is very visible from the rear.
-			<<elseif $activeSlave.anus > 1>>
-				$his roomy, well-oiled asshole is very visible from the rear.
-			<<else>>
-				there is an occasional glimpse of $his well-oiled asshole.
-			<</if>>
-		<</if>>
-	<<case "attractive lingerie for a pregnant woman">>
-		<<if ($activeSlave.chastityAnus)>>
-			$His anal chastity belt is quite visible under $his silken panties.
-		<<else>>
-			$His
-			<<if $activeSlave.anus > 3>>
-				gaping asshole can easily be discerned though $his panties.
-			<<else>>
-				panties completely hide $his asshole.
-			<</if>>
-		<</if>>
-	<<case "kitty lingerie">>
-		<<if ($activeSlave.chastityAnus)>>
-			$His anal chastity belt is quite visible under $his silken panties.
-		<<else>>
-			$His silken panties cover $his
-			<<if $activeSlave.anus > 3>>
-				gaping asshole.
-			<<else>>
-				asshole.
-			<</if>>
-		<</if>>
-	<<case "a maternity dress">>
-		<<if ($activeSlave.chastityAnus)>>
-			$His maternity dress hides $his anal chastity accessory underneath.
-		<<else>>
-			Though $his dress covers $his rear, $his asshole is bare beneath it.
-		<</if>>
-	<<case "stretch pants and a crop-top">>
-		<<if ($activeSlave.chastityAnus)>>
-			$His tight, form-fitting pants highlight the chastity device hidden beneath them.
-		<<else>>
-			$His tight, form-fitting pants conceal $his asshole, but even a cursory fondle reveals $he isn't wearing any underwear.
-		<</if>>
-	<<case "spats and a tank top">>
-		<<if ($activeSlave.chastityAnus)>>
-			$His tight, form-fitting shorts make $his chastity device obvious.
-		<<else>>
-			$His tight, form-fitting shorts hug $his asshole so closely that $his anus is distinctly visible through the material.
-		<</if>>
-	<<case "a slutty qipao">>
-		<<if ($activeSlave.chastityAnus)>>
-			$His anal chastity belt is barely covered from the rear.
-		<<else>>
-			<<if ($activeSlave.butt > 6)>>
-			The rear hem of $his qipao is so inadequate to cover $his butt that
-				<<if $activeSlave.anus > 2>>
-					$his huge asshole is very visible from the rear.
-				<<elseif $activeSlave.anus > 1>>
-					$his roomy asshole is very visible from the rear.
-				<<else>>
-					there is an occasional glimpse of $his asshole.
-				<</if>>
-			<</if>>
-		<</if>>
-	<<case "uncomfortable straps">>
-		<<if ($activeSlave.chastityAnus)>>
-			$His anal chastity belt is completely visible. $His straps come down around it between $his buttocks.
-		<<else>>
-			The strap between $his buttocks has a steel ring over $his
-			<<if $activeSlave.anus > 2>>
-				butthole to admit cock. Amusingly, the ring is probably more restrictive than $his loose ass.
-			<<else>>
-				asshole to admit cock.
-			<</if>>
-		<</if>>
-	<<case "shibari ropes">>
-		<<if ($activeSlave.chastityAnus)>>
-			$His anal chastity belt is completely visible. $His rope passes around it between $his buttocks.
-		<<else>>
-			The rope between $his buttocks passes
-			<<if $activeSlave.anus > 2>>
-				over $his asshole, but $his lewd anus is so big that it's visible to either side of it.
-			<<else>>
-				tightly over $his asshole.
-			<</if>>
-		<</if>>
-	<<case "restrictive latex">>
-		<<if ($activeSlave.chastityAnus)>>
-			$His anal chastity belt can be barely made out through the latex.
-		<<else>>
-			$His
-			<<if $activeSlave.anus > 1>>
-				well-fucked
-			<<else>>
-				tight
-			<</if>>
-			asshole is visible through a hole in the latex, left expressly to admit cock.
-		<</if>>
-	<<case "attractive lingerie">>
-		<<if ($activeSlave.chastityAnus)>>
-			$His anal chastity belt is on display.
-		<<else>>
-			$His g-string
-			<<if $activeSlave.anus > 1>>
-				cannot conceal $his well-fucked
-			<<else>>
-				shows only a hint of $his tight
-			<</if>>
-			asshole.
-		<</if>>
-	<<case "a burkini" "a monokini">>
-		<<if ($activeSlave.chastityAnus)>>
-			$His anal chastity device is concealed by $his swimsuit.
-		<<else>>
-			$His swimsuit fully conceals $his
-			<<if $activeSlave.anus > 1>>
-				well-fucked asshole.
-			<<else>>
-				tight butthole.
-			<</if>>
-		<</if>>
-	<<case "overalls">>
-		<<if ($activeSlave.chastityAnus)>>
-			$His anal chastity device is concealed by $his overalls.
-		<<else>>
-			$His overalls give no hint of the
-			<<if $activeSlave.anus > 1>>
-				well-fucked butthole
-			<<else>>
-				tight asshole
-			<</if>>
-			underneath.
-		<</if>>
-	<<case "an apron">>
-		<<if ($activeSlave.chastityAnus)>>
-			Since $he is nude under $his apron, $his anal chastity device is on open display.
-		<<else>>
-			Since $he is nude under $his apron, $his
-			<<if $activeSlave.anus > 1>>
-				well-fucked asshole
-			<<else>>
-				tight butthole
-			<</if>>
-			is on open display.
-		<</if>>
-	<<case "a cybersuit">>
-		<<if ($activeSlave.chastityAnus)>>
-			$His anal chastity device is integrated into $his bodysuit.
-		<<else>>
-			$His bodysuit fully conceals $his
-			<<if $activeSlave.anus > 1>>
-				well-fucked asshole.
-			<<else>>
-				tight butthole.
-			<</if>>
-		<</if>>
-	<<case "a string bikini">>
-		<<if ($activeSlave.chastityAnus)>>
-			$His anal chastity belt is integrated into $his bikini.
-		<<else>>
-			$His
-			<<if $activeSlave.anus > 1>>
-				well-fucked asshole makes a mockery of $his string bikini, which cannot begin to conceal it.
-			<<else>>
-				string bikini shows more than a hint of $his tight asshole.
-			<</if>>
-		<</if>>
-	<<case "a scalemail bikini">>
-		<<if ($activeSlave.chastityAnus)>>
-			$His anal chastity belt is integrated into $his bikini.
-		<<else>>
-			$His
-			<<if $activeSlave.anus > 1>>
-				well-fucked asshole is concealed by $his scalemail bikini.
-			<<else>>
-				scalemail bikini conceals $his tight asshole.
-			<</if>>
-		<</if>>
-	<<case "striped panties">>
-		<<if ($activeSlave.chastityAnus)>>
-			$His anal chastity belt is integrated into $his panties.
-		<<else>>
-			$His
-			<<if $activeSlave.anus > 1>>
-				well-fucked asshole is concealed by $his cute panties.
-			<<else>>
-				cute panties conceal $his tight asshole.
-			<</if>>
-		<</if>>
-	<<case "clubslut netting">>
-		<<if ($activeSlave.chastityAnus)>>
-			$His anal chastity belt is fully visible through the netting.
-		<<else>>
-			There's a hole in $his netting right over $his
-			<<if $activeSlave.anus > 1>>
-				big
-			<<else>>
-				tight
-			<</if>>
-			butthole.
-		<</if>>
-	<<case "a cheerleader outfit">>
-		If $he bends over even slightly, the hem of $his skirt rides up to reveal $his
-		<<if ($activeSlave.chastityAnus)>>
-			anal chastity belt.
-		<<else>>
-			<<if $activeSlave.anus > 1>>
-				$his lewd butthole.
-			<<else>>
-				a hint of $his tight anus.
-			<</if>>
-		<</if>>
-	<<case "harem gauze">>
-		$His
-		<<if ($activeSlave.chastityAnus)>>
-			anal chastity belt is clearly
-		<<else>>
-			<<if $activeSlave.anus > 1>>
-				well-fucked asshole is clearly
-			<<else>>
-				tight ass is tantalizingly
-			<</if>>
-		<</if>>
-		visible through $his gauze.
-	<<case "a fallen nuns habit">>
-		<<if ($activeSlave.chastityAnus)>>
-			$His uncovered butt shows off $his anal chastity belt clearly when $he bends over.
-		<<else>>
-			With $his butt uncovered, committing the sin of sodomy with this nun is as easy as bending $him over.
-		<</if>>
-	<<case "a chattel habit">>
-		<<if ($activeSlave.chastityAnus)>>
-			Underneath $his chattel habit, $his anal chastity belt prevents anal.
-		<<else>>
-			The strip of cloth over $his rear hole can be flipped up for anal, or tucked up under the belt for prolonged sodomy.
-		<</if>>
-	<<case "a penitent nuns habit">>
-		<<if ($activeSlave.chastityAnus)>>
-			Underneath $his habit, $his anal chastity belt prevents anal.
-		<<else>>
-			$His poor sinful asshole is terribly chafed by $his habit.
-		<</if>>
-	<<case "a slutty outfit">>
-		$His slutty outfits
-		<<if ($activeSlave.chastityAnus)>>
-			betray $his anal chastity belt.
-		<<else>>
-			are designed for easy access to $his asshole.
-		<</if>>
-	<<case "a slave gown">>
-		<<if ($activeSlave.chastityAnus)>>
-			$His pretty gown hides $his anal chastity accessory underneath.
-		<<else>>
-			Though $his gown is very pretty, $his asshole is bare beneath it.
-		<</if>>
-	<<case "a halter top dress">>
-		<<if ($activeSlave.chastityAnus)>>
-			$His beautiful halter top dress hides $his anal chastity accessory underneath.
-		<<else>>
-			Though $his halter top dress is very beautiful, $his asshole is bare beneath it.
-		<</if>>
-	<<case "a ball gown">>
-		<<if ($activeSlave.chastityAnus)>>
-			$His fabulous silken ball gown hides $his anal chastity accessory underneath.
-		<<else>>
-			Though $his silken ball gown is fabulous, $his asshole is bare beneath it.
-		<</if>>
-	<<case "a comfortable bodysuit">>
-		$His bodysuit is so form-fitting that the shape of $his
-		<<if ($activeSlave.chastityAnus)>>
-			anal chastity accessory is clearly
-		<<else>>
-			anus is distinctly
-		<</if>>
-		visible.
-	<<case "a latex catsuit">>
-		$His crotch zipper
-		<<if ($activeSlave.chastityAnus)>>
-			does nothing as $his anal chastity accessory is underneath it.
-		<<else>>
-			gives ready access to $his asshole.
-		<</if>>
-	<<case "a leotard">>
-		The thin strip of leotard running between
-		<<if ($activeSlave.chastityAnus)>>
-			$his <<if (hasBothLegs($activeSlave))>>legs<<else>>hips<</if>> are so thin that $his anal chastity accessory is clearly visible underneath.
-		<<else>>
-			$his buttocks are so thin and snug that the outline of $his anus is clearly visible<<if ($activeSlave.butt > 3)>> if $he's spread<</if>>.
-		<</if>>
-	<<case "a mini dress">>
-		If $he bends over even slightly, the hem of $his short dress rides up to reveal $his
-		<<if ($activeSlave.chastityAnus)>>
-			anal chastity accessory underneath.
-		<<else>>
-			<<if $activeSlave.anus > 1>>
-				lewd butthole.
-			<<else>>
-				tight anus.
-			<</if>>
-		<</if>>
-	<<case "a slutty nurse outfit">>
-		<<if ($activeSlave.chastityAnus)>>
-			The very tight skirt covers $his anal chastity accessory.
-		<<else>>
-			The skirt is tight enough that lifting it to fuck $his butt is an amusing wrestling match.
-		<</if>>
-	<<case "a schoolgirl outfit">>
-		The skirt is so short that it
-		<<if ($activeSlave.chastityAnus)>>
-			reveals $his anal chastity accessory.
-		<<else>>
-			doesn't even have to be lifted to fuck $his schoolgirl ass.
-		<</if>>
-	<<case "a hijab and blouse">>
-		$His long skirt may be modest, but it's also loose and easy to lift, allowing access to
-		<<if ($activeSlave.chastityAnus)>>
-			$his anal chastity accessory.
-		<<else>>
-			$his anus.
-		<</if>>
-	<<case "a hijab and abaya" "a niqab and abaya">>
-		The abaya may be modest, but it's also loose and easy to lift, allowing access to
-		<<if ($activeSlave.chastityAnus)>>
-			$his anal chastity accessory.
-		<<else>>
-			$his anus.
-		<</if>>
-	<<case "a klan robe">>
-		The robe fully covers $his body, but it's also loose and easy to lift, allowing access to
-		<<if ($activeSlave.chastityAnus)>>
-			$his anal chastity accessory.
-		<<else>>
-			$his anus.
-		<</if>>
-	<<case "a slutty klan robe">>
-		The skimpy robe fails to cover most of $his body, allowing easy access to
-		<<if ($activeSlave.chastityAnus)>>
-			$his anal chastity accessory.
-		<<else>>
-			$his anus.
-		<</if>>
-	<<case "a burqa">>
-		The burqa's heavy fabric makes it somewhat difficult to lift, which helps to conceal $his
-		<<if ($activeSlave.chastityAnus)>>
-			anal chastity accessory.
-		<<else>>
-			<<if $activeSlave.anus > 2>>
-				immorally used asshole.
-			<<else>>
-				naked asshole.
-			<</if>>
-		<</if>>
-	<<case "a slutty maid outfit">>
-		The short skirt of $his maid dress
-		<<if ($activeSlave.chastityAnus)>>
-			covers $his anal chastity accessory.
-		<<else>>
-			is made to be easily liftable for access to $his anus.
-		<</if>>
-	<<case "a nice maid outfit">>
-		As conservative as $his dress is,
-		<<if ($activeSlave.chastityAnus)>>
-			$his anal chastity accessory still hides under it.
-		<<else>>
-			$his anus is still bare beneath it.
-		<</if>>
-	<<case "a kimono">>
-		As demure as the kimono is,
-		<<if ($activeSlave.chastityAnus)>>
-			$his anal chastity accessory still lies beneath it.
-		<<else>>
-			$his anus is still bare underneath it.
-		<</if>>
-	<<case "a Santa dress">>
-		The short hem of $his festive dress
-		<<if ($activeSlave.chastityAnus)>>
-			fails to fully cover $his anal chastity device.
-		<<else>>
-			allows easy access to $his anus.
-		<</if>>
-	<<case "a long qipao">>
-		The qipao may be modest, but it's also loose and easy to lift, allowing access to
-		<<if ($activeSlave.chastityAnus)>>
-			$his anal chastity accessory.
-		<<else>>
-			$his anus.
-		<</if>>
-	<<case "a courtesan dress">>
-		<<if ($activeSlave.chastityAnus)>>
-			$His layered skirt, when unparted, hides $his anal chastity accessory.
-		<<else>>
-			$His skirt may look fancy, but it allows easy access to $his bare anus.
-		<</if>>
-	<<case "a bimbo outfit" "a tube top and thong" "a thong" "a t-shirt and thong">>
-		<<if ($activeSlave.chastityAnus)>>
-			$His anal chastity belt keeps $his thong from riding up on $him.
-		<<else>>
-			$His thong can easily be slipped aside to expose $his anus.
-		<</if>>
-	<<case "conservative clothing" "a toga" "huipil" "cutoffs and a t-shirt" "battledress" "battlearmor" "a mounty outfit" "lederhosen" "a dirndl" "a biyelgee costume" "slutty business attire" "nice business attire" "a military uniform" "a bunny outfit" "a nice nurse outfit" "a schutzstaffel uniform" "a slutty schutzstaffel uniform" "a red army uniform" "a button-up shirt and panties" "a gothic lolita dress" "a hanbok" "a bra" "a button-up shirt" "a nice pony outfit" "a sweater" "a tank-top" "a tube top" "a one-piece swimsuit" "a police uniform" "a striped bra" "a skimpy loincloth" "a slutty pony outfit" "a sports bra" "a sweater and panties" "a t-shirt" "a tank-top and panties" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "sport shorts and a t-shirt" "a t-shirt and panties" "panties and pasties" "pasties" "striped underwear" "sport shorts and a sports bra" "jeans" "a sweater and cutoffs" "leather pants and a tube top" "sport shorts">>
-		/* We could use chastity belt descriptions! */
-	<<default>>
-		<<if ($activeSlave.anus > 2)>>
-			<<if ($activeSlave.chastityAnus)>>
-				$His bare buttocks and $his anal chastity accessory are very visible from the rear.
-			<<else>>
-				With $his ass bare, $his huge asshole is very visible from the rear.
-			<</if>>
-		<<elseif ($activeSlave.anus > 1)>>
-			<<if ($activeSlave.chastityAnus)>>
-				$His bare buttocks and $his anal chastity accessory are very visible from the rear.
-			<<else>>
-				With $his ass bare, $his loose asshole is visible from the rear.
-			<</if>>
-		<<else>>
-			<<if ($activeSlave.chastityAnus)>>
-				$His bare buttocks and $his anal chastity accessory are visible.
-			<<else>>
-				With $his ass bare, there is an occasional glimpse of $his asshole.
-			<</if>>
-		<</if>>
-	<</switch>>
-	<</if>>
-<</if>>
-
-<<switch $activeSlave.buttplug>>
-<<case "plug">>
-	It's filled by a standard
-	<<if $activeSlave.anus > 2>>
-		buttplug, which is on the verge of falling out.
-	<<else>>
-		buttplug.
-	<</if>>
-	<<if $activeSlave.buttplugAttachment == "tail">>
-		A tail protrudes from the back of the plug and dangles from $his rear.
-	<<elseif $activeSlave.buttplugAttachment == "fox tail">>
-		A bushy $activeSlave.hColor tail with a white tip protrudes from the back of the plug and dangles from $his rear.
-	<<elseif $activeSlave.buttplugAttachment == "cow tail">>
-		A slim, spotted tail with a cute tuft at its tip protudes from the back of the plug and dangles from $his rear.
-	<<elseif $activeSlave.buttplugAttachment == "cat tail">>
-		A tail protrudes from the back of the plug and springs upwards from $his rear.
-	<</if>>
-<<case "long plug">>
-	It's filled by a standard sized, overly long
-	<<if $activeSlave.anus > 2>>
-		buttplug, which is on the verge of sliding out $his rear.
-	<<else>>
-		buttplug.
-	<</if>>
-	It causes a noticeable bulge in $his belly.
-	<<if $activeSlave.buttplugAttachment == "tail">>
-		A tail protrudes from the back of the plug and dangles from $his rear.
-	<<elseif $activeSlave.buttplugAttachment == "fox tail">>
-		A bushy $activeSlave.hColor tail with a white tip protrudes from the back of the plug and dangles from $his rear.
-	<<elseif $activeSlave.buttplugAttachment == "cow tail">>
-		A slim, spotted tail with a cute tuft at its tip protudes from the back of the plug and dangles from $his rear.
-	<<elseif $activeSlave.buttplugAttachment == "cat tail">>
-		A tail protrudes from the back of the plug and springs upwards from $his rear.
-	<</if>>
-<<case "large plug">>
-	It's
-	<<if $activeSlave.anus < 2>>
-		agonizingly stretched
-	<<elseif $activeSlave.anus < 3>>
-		uncomfortably stretched
-	<<else>>
-		comfortably stretched
-	<</if>>
-	by a large buttplug.
-	<<if $activeSlave.buttplugAttachment == "tail">>
-		$He swings the tail from side to side with every shift of $his rear.
-	<<elseif $activeSlave.buttplugAttachment == "fox tail">>
-		$He swings the bushy $activeSlave.hColor tail from side to side with every shift of $his rear.
-	<<elseif $activeSlave.buttplugAttachment == "cow tail">>
-		$He swings the spotted tail from side to side with every shift of $his rear.
-	<<elseif $activeSlave.buttplugAttachment == "cat tail">>
-		$He bounces the tail from side to side with every shift of $his rear.
-	<</if>>
-<<case "long, large plug">>
-	It's
-	<<if $activeSlave.anus < 2>>
-		agonizingly stretched
-	<<elseif $activeSlave.anus < 3>>
-		uncomfortably stretched
-	<<else>>
-		comfortably stretched
-	<</if>>
-	by a large and long buttplug. It causes a noticeable bulge in $his belly.
-	<<if $activeSlave.buttplugAttachment == "tail">>
-		$He swings the tail from side to side with every shift of $his rear.
-	<<elseif $activeSlave.buttplugAttachment == "fox tail">>
-		$He swings the bushy $activeSlave.hColor tail from side to side with every shift of $his rear.
-	<<elseif $activeSlave.buttplugAttachment == "cow tail">>
-		$He swings the spotted tail from side to side with every shift of $his rear.
-	<<elseif $activeSlave.buttplugAttachment == "cat tail">>
-		$He bounces the tail from side to side with every shift of $his rear.
-	<</if>>
-<<case "huge plug">>
-	<<if $activeSlave.anus < 4>>
-	It's agonizingly stretched by a plug so huge $his anus is probably being stretched into a permanent gape.
-		<<if $activeSlave.fuckdoll == 0>>
-			<<if ($activeSlave.fetish == "masochist") && ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60)>>
-				$He's frequently in tears from the pain, which is so sharp it often tips $him over into spontaneous orgasm.
-			<<else>>
-				$He spends much of $his time sobbing with anal pain and fear at having $his hole ruined.
-			<</if>>
-		<</if>>
-	<<else>>
-		Its ridiculous gape is comfortably filled by a huge buttplug.
-	<</if>>
-	<<if $activeSlave.buttplugAttachment == "tail">>
-		$He sways the tail back and forth with every ginger movement of $his rear.
-	<<elseif $activeSlave.buttplugAttachment == "fox tail">>
-		$He sways the bushy $activeSlave.hColor tail back and forth with every ginger movement of $his rear.
-	<<elseif $activeSlave.buttplugAttachment == "cow tail">>
-		$He sways the spotted tail back and forth with every ginger movement of $his rear.
-	<<elseif $activeSlave.buttplugAttachment == "cat tail">>
-		$He jiggles the tail back and forth with every ginger movement of $his rear.
-	<</if>>
-<<case "long, huge plug">>
-	<<if $activeSlave.anus < 4>>
-	It's agonizingly stretched by a plug so huge it causes $his belly to bulge and is likely stretching $his anus into a permanent gape.
-		<<if $activeSlave.fuckdoll == 0>>
-			<<if ($activeSlave.fetish == "masochist") && ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60)>>
-				$He's frequently in tears from the pain, which is so sharp it often tips $him over into spontaneous orgasm.
-			<<else>>
-				$He spends much of $his time sobbing with anal pain and fear at having $his hole ruined.
-			<</if>>
-		<</if>>
-	<<else>>
-		Its ridiculous gape is comfortably filled by a wide and long buttplug. It causes a noticeable bulge in $his belly.
-	<</if>>
-	<<if $activeSlave.buttplugAttachment == "tail">>
-		$He sways the tail back and forth with every ginger movement of $his rear.
-	<<elseif $activeSlave.buttplugAttachment == "fox tail">>
-		$He sways the bushy $activeSlave.hColor tail back and forth with every ginger movement of $his rear.
-	<<elseif $activeSlave.buttplugAttachment == "cow tail">>
-		$He sways the spotted tail back and forth with every ginger movement of $his rear.
-	<<elseif $activeSlave.buttplugAttachment == "cat tail">>
-		$He jiggles the tail back and forth with every ginger movement of $his rear.
-	<</if>>
-<</switch>>
-<</widget>>
-
 <<widget "vaginalAccessoryDescription">>
 <<if $activeSlave.chastityVagina>>
 	<<set _held = "held in place by a chastity belt">>