diff --git a/src/js/economyJS.js b/src/js/economyJS.js index 3c734f1d6c783aab42be2929b183cb30ba09857f..f4d4bef0f64c61c2ed939dad5a02467cb01bc6bd 100644 --- a/src/js/economyJS.js +++ b/src/js/economyJS.js @@ -695,6 +695,9 @@ window.getSlaveCost = function(s) { } else if (s.weight < -50) { cost -= foodCost; } + if (s.geneticQuirks.rearLipedema === 2) { + cost += foodCost * 0.2; + } if (s.drugs === 'appetite suppressors') { cost -= foodCost; } diff --git a/src/uncategorized/costsReport.tw b/src/uncategorized/costsReport.tw index ef484800336dbc4dfe7c10cac119576b1b42177e..26e2e796e4ed79da19c7e30461bea640640a2488 100644 --- a/src/uncategorized/costsReport.tw +++ b/src/uncategorized/costsReport.tw @@ -531,6 +531,15 @@ $nursery > 0 || $masterSuiteUpgradePregnancy > 0 || $incubator > 0 || <</if>> <<set _individualCosts += $foodCost/2>> <</if>> + <<if ($slaves[$i].geneticQuirks.rearLipedema == 2)>> + <br> + <<if $geneticMappingUpgrade == 1>> + <i>Additional dietary supplements due to lipedema:</i> @@.yellowgreen;<<print cashFormat($foodCost/5)>>@@ + <<else>> + <i>Adjustment for unusual deitary deficiencies:</i> @@.yellowgreen;<<print cashFormat($foodCost/5)>>@@ + <</if>> + <<set _individualCosts += $foodCost/5>> + <</if>> <<if $slaves[$i].drugs == "appetite suppressors">> <br> <i>Food saved via suppressed appetite:</i> //reduced by// @@.yellowgreen;<<print cashFormat($foodCost)>>@@ <<set _individualCosts -= $foodCost>> diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw index 9e2ccf216c31a5098a1c88a2c6a30205807d3467..d6ff92ba42cfa873c5c89208d54b31936a8e7a94 100644 --- a/src/uncategorized/saLongTermEffects.tw +++ b/src/uncategorized/saLongTermEffects.tw @@ -6721,7 +6721,7 @@ <</if>> <</if>> -<<if $slaves[$i].geneticQuirks.rearLipedema == 2 && $slaves[$i].butt < 20>> +<<if $slaves[$i].geneticQuirks.rearLipedema == 2 && $slaves[$i].butt < 20 && $slaves[$i].weight >= -95>> <<if $geneticMappingUpgrade == 1>> $His body @@.lime;continues to lay fat on $his rear@@ due to $his lipedema. <</if>>