From 5c909dbee990173bf5293d367f960deba8047919 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Fri, 5 Jun 2020 20:20:15 -0400
Subject: [PATCH] tweak

---
 src/npc/descriptions/style/upperFace.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/npc/descriptions/style/upperFace.js b/src/npc/descriptions/style/upperFace.js
index 5acb21a4e53..9e4963b4810 100644
--- a/src/npc/descriptions/style/upperFace.js
+++ b/src/npc/descriptions/style/upperFace.js
@@ -5,7 +5,7 @@
 App.Desc.upperFace = function(slave) {
 	const r = [];
 	const {
-		he, him, his, hers, himself, boy, He, His
+		he, him, his, He, His
 	} = getPronouns(slave);
 	if (slave.fuckdoll === 0) {
 		switch (slave.clothes) {
-- 
GitLab