diff --git a/src/gui/Encyclopedia/encyclopedia.tw b/src/gui/Encyclopedia/encyclopedia.tw
index e0cd7e506f7b3096bce491ff87a8f30bccc27e80..1ed4840addf64a7632715fef44722ff168ea2834 100644
--- a/src/gui/Encyclopedia/encyclopedia.tw
+++ b/src/gui/Encyclopedia/encyclopedia.tw
@@ -952,7 +952,7 @@ __I do not give credit without explicit permission to do so.__ If you have contr
 ''anon'' for putting up with my javascript incompetence.
 ''anon'' for player family listing.
 ''anon'' for interchangeable prosthetics, advanced facial surgeries, custom nationality distribution and corporation assets overhaul.
-''FCGudder'' for advanced economy reports, image improvements, cleaning and fixing extended-extended family mode, extending building widgets, anaphrodisiacs, name cleaning and likely one to two of these other anon credits.
+''FCGudder'' for advanced economy reports, image improvements, cleaning and fixing extended-extended family mode, extending building widgets, anaphrodisiacs, name cleaning, proper slave summary caching and likely one to two of these other anon credits.
 ''anon'' for filter by assgnment.
 ''anon'' for forcing dicks onto slavegirls.
 ''anon'' for forcing dicks into slavegirls and forced slave riding.
diff --git a/src/uncategorized/longSlaveDescription.tw b/src/uncategorized/longSlaveDescription.tw
index f3051a8ab25d9970f4f0f4d8ac2ece3d90a3df84..e106dddfc58383f44999113e785d5bd65efde8db 100644
--- a/src/uncategorized/longSlaveDescription.tw
+++ b/src/uncategorized/longSlaveDescription.tw
@@ -1,6 +1,7 @@
 :: Long Slave Description [nobr]
 
 <<SlavePronouns $activeSlave>>
+<<SlaveStatClamp $activeSlave>>
 
 /* 000-250-006 */
 <<if $seeImages == 1>>
diff --git a/src/uncategorized/nextWeek.tw b/src/uncategorized/nextWeek.tw
index 7a76869219766ca12e5843ba243558337251c0ee..4fec5582d585597c2ea44c68e821ef798a33c62c 100644
--- a/src/uncategorized/nextWeek.tw
+++ b/src/uncategorized/nextWeek.tw
@@ -60,6 +60,7 @@
 	<</if>>
 	/% Fix some possible floating point rounding errors, and bring precision to one decimal place. %/
 	<<set $slaves[_i].energy = Math.clamp($slaves[_i].energy.toFixed(1), 0, 100)>>
+	<<SlaveStatClamp $slaves[_i]>>
 	<<if $slaves[_i].fetishStrength > 95>>
 		<<set $slaves[_i].fetishStrength = 100>>
 	<<else>>