From cf45270e0ce59fd9df747c9b24fb50639455ff7a Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Thu, 7 Jan 2021 23:52:22 -0500
Subject: [PATCH] Fix pronoun clippage

---
 src/npc/descriptions/butt/buttplug.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/npc/descriptions/butt/buttplug.js b/src/npc/descriptions/butt/buttplug.js
index d128de1c4ea..c84259226fe 100644
--- a/src/npc/descriptions/butt/buttplug.js
+++ b/src/npc/descriptions/butt/buttplug.js
@@ -292,9 +292,9 @@ App.Desc.buttplug = function(slave, { market, eventDescription } = {}) {
 					}
 					break;
 				case "a cheerleader outfit":
-					r.push(`If ${he} bends over even slightly, the hem of ${his} skirt rides up to reveal ${his}`);
+					r.push(`If ${he} bends over even slightly, the hem of ${his} skirt rides up to reveal`);
 					if (slave.chastityAnus) {
-						r.push(`anal chastity belt.`);
+						r.push(`${his} anal chastity belt.`);
 					} else {
 						if (slave.anus > 1) {
 							r.push(`${his} lewd butthole.`);
-- 
GitLab