diff --git a/src/js/economyJS.js b/src/js/economyJS.js
index 4f366fbe24667e6e2d84759a3566a44352fdca8e..f1d7677bc16c7c6d5e472a7c5377d480c83c34da 100644
--- a/src/js/economyJS.js
+++ b/src/js/economyJS.js
@@ -2483,7 +2483,10 @@ globalThis.getSlaveStatisticData = function(s, facility) {
 			rep: 0,
 			food: 0,
 			cost: getSlaveCost(s),
-			customers: 0 // brothel, club, ...
+			customers: 0, // brothel, club, ...
+			milk: 0,
+			cum: 0,
+			fluid: 0, // diary
 		};
 	}
 
@@ -2504,7 +2507,10 @@ globalThis.getSlaveStatisticData = function(s, facility) {
 		rep: 0,
 		food: 0,
 		cost: getSlaveCost(s),
-		customers: 0 /* brothel, club, ... */
+		customers: 0, /* brothel, club, ... */
+		milk: 0,
+		cum: 0,
+		fluid: 0, // diary
 	};
 	facility.income.set(s.ID, data);
 	return data;