diff --git a/src/npc/descriptions/boobs/boobs.js b/src/npc/descriptions/boobs/boobs.js
index 6bc84d8ecddea532a747eb1620eed3d06b541cba..f5dfbc2bb3c50b7b3c72fc826ee1a4b878f4df8f 100644
--- a/src/npc/descriptions/boobs/boobs.js
+++ b/src/npc/descriptions/boobs/boobs.js
@@ -1697,7 +1697,7 @@ App.Desc.areola = function(slave, pronouns) {
 						r.push(`${His} ${nipColor} areolae are unnaturally huge, almost entirely covering the ${slave.boobShape === "saggy" ? 'bottom' : 'front'} of each breast.`);
 						break;
 					default:
-						r.push(`${His} slave.nipples nipples are surrounded by a minimal ${nipColor} areolae.`);
+						r.push(`${His} ${slave.nipples} nipples are surrounded by a minimal ${nipColor} areolae.`);
 				}
 				if (slave.areolaeShape === "heart") {
 					r.push(`${His} ${nipColor} areolae are heart-shaped, an obvious surgical alteration.`);