From 8c521ba188bbaacf4d68a0ac3b40f8ed9b053b97 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Tue, 22 Dec 2020 01:10:37 -0500
Subject: [PATCH] comment fix

---
 src/npc/surgery/fatGraft.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/npc/surgery/fatGraft.js b/src/npc/surgery/fatGraft.js
index a3bcdbdc79b..92631298cee 100644
--- a/src/npc/surgery/fatGraft.js
+++ b/src/npc/surgery/fatGraft.js
@@ -19,7 +19,7 @@ App.UI.SlaveInteract.fatGraft = function(slave) {
 		const {his} = getPronouns(slave);
 		let p;
 		let linkArray = [];
-		const buttCost = (slave.butt > 10) ? 5 : 2;  // Buttsizes are apparently not linear, so it takes a lot more fat to go up one "size".
+		const buttCost = (slave.butt > 10) ? 5 : 2;  // Buttsizes are apparently not linear, so it takes a lot more fat to increase the largest booties.
 		r.push(`All surplus body fat was harvested, and enough is graftable for an additional ${availableFat * 100}ccs per breast or an additional ${num(Math.trunc(availableFat / buttCost))} sizes to ${his} rear.`);
 		if (availableFat === 0) {
 			r.push(`All fat marked for use.`);
-- 
GitLab