diff --git a/src/uncategorized/saDiet.tw b/src/uncategorized/saDiet.tw
index b60e263ab5bd2c8ff67333a7450689cb625dd9b8..04cde84484ff7b871cc14515eb395d119c13ae9e 100644
--- a/src/uncategorized/saDiet.tw
+++ b/src/uncategorized/saDiet.tw
@@ -174,6 +174,9 @@
 			<<else>>
 				$he accepts being overfed.
 			<</if>>
+		<<elseif setup.gratefulCareers.includes($slaves[$i].career) && $slaves[$i].weight < 100>>
+			@@.mediumaquamarine;$He appreciates having a belly full of food.@@
+			<<set $slaves[$i].trust += 1>>
 		<<elseif ($slaves[$i].devotion <= 20)>>
 			@@.mediumorchid;$He resents being overfed.@@
 			<<set $slaves[$i].devotion -= 4>>
diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw
index a79af6425a5cc0186612829f4fc9da5a92f586e5..c0d0e39fb5db64e60d166db36bc51a505f9d6608 100644
--- a/src/uncategorized/saLongTermEffects.tw
+++ b/src/uncategorized/saLongTermEffects.tw
@@ -5088,7 +5088,7 @@
 				<<if !canTaste($slaves[$i])>>
 					$His lack of a sense of taste makes $him essentially immune to the addictive slave treats, as $he can't be enticed by their delicious taste.
 				<<elseif $slaves[$i].behavioralQuirk == "insecure">>
-					$He can't stop $himself from eating the @@.hotpink;addictive, delicious@@ slave treats available throughout the arcology. $He knows they are fattening and @@.gold;starts obsessing@@ even more about $his weight, appearance and how others view $him.
+					$He can't stop $himself from eating the @@.hotpink;addictive, delicious@@ slave treats available throughout the arcology. $He <<if $arcologies[0].FSHedonisticDecadenceDietResearch == 0>>knows<<else>>believes<</if>> they are fattening and @@.gold;starts obsessing@@ even more about $his weight, appearance and how others view $him.
 					<<set $slaves[$i].trust -= 3>>
 					<<if $arcologies[0].FSHedonisticDecadenceDietResearch == 0>>
 						<<set $slaves[$i].weight++>>