Skip to content
Snippets Groups Projects
Commit 8c521ba1 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

comment fix

parent fbb7574e
No related branches found
No related tags found
1 merge request!8530Fat grafting to JS
...@@ -19,7 +19,7 @@ App.UI.SlaveInteract.fatGraft = function(slave) { ...@@ -19,7 +19,7 @@ App.UI.SlaveInteract.fatGraft = function(slave) {
const {his} = getPronouns(slave); const {his} = getPronouns(slave);
let p; let p;
let linkArray = []; 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.`); 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) { if (availableFat === 0) {
r.push(`All fat marked for use.`); r.push(`All fat marked for use.`);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment