diff --git a/src/npc/descriptions/waist.js b/src/npc/descriptions/waist.js
index 0caf12deb3a8c8053c53171bc7b8e7d73646a713..f48ba2ec54f7db993f529d7ba556fbe902b69994 100644
--- a/src/npc/descriptions/waist.js
+++ b/src/npc/descriptions/waist.js
@@ -6,7 +6,7 @@ App.Desc.waist = function(slave) {
 		belly = bellyAdjective(slave);
 	}
 	const {
-		he, him, his, hers, himself, boy, He, His, woman
+		he, him, his, hers, himself, girl, He, His, woman
 	} = getPronouns(slave);
 	r.push(`${He} has`);