diff --git a/src/uncategorized/brothelReport.tw b/src/uncategorized/brothelReport.tw
index 1f10fa596e45953499a6f793c628f958c4b2cbd4..4b7cfccc7720a80469e083c535e7b488f18bb8f5 100644
--- a/src/uncategorized/brothelReport.tw
+++ b/src/uncategorized/brothelReport.tw
@@ -309,7 +309,7 @@
 			<</silently>>
 		<</if>>
 
-		<<set _seed = Math.max(App.Ads.getMatchedCategoryCount($slaves[$i]), 1)>>
+		<<set _seed = Math.max(App.Ads.getMatchedCategoryCount($slaves[$i], "brothel"), 1)>>
 		<<set _adsIncome = _seed * random(50,60) * Math.trunc($brothelAdsSpending/1000)>>
 		<<set _cashX = _adsIncome, getSlaveStatisticData($slaves[$i], $facility.brothel).adsIncome += _adsIncome>>
 		<<run cashX(_cashX, "brothelAds")>>