diff --git a/src/uncategorized/saServeYourOtherSlaves.tw b/src/uncategorized/saServeYourOtherSlaves.tw
index eb827d31113ea2b68daab63c129818846d9d9177..50feecef4febcae589d85305ab96fbe97441c066 100644
--- a/src/uncategorized/saServeYourOtherSlaves.tw
+++ b/src/uncategorized/saServeYourOtherSlaves.tw
@@ -115,10 +115,10 @@
 		<</if>>
 	<</if>>
 <</if>>
-<<set _fuckCount = Math.ceil((($dormitoryPopulation+$roomsPopulation)+random((($dormitoryPopulation+$roomsPopulation)*1),($dormitoryPopulation+$roomsPopulation)*7))/$subSlaves)>>
-<<if _fuckCount <= 0>>
-	<<set _fuckCount = 1>>
+<<if $subSlaves <= 0>>
+	<<set $subSlaves = 1>>
 <</if>>
+<<set _fuckCount = Math.ceil((($dormitoryPopulation+$roomsPopulation)+random((($dormitoryPopulation+$roomsPopulation)*1),($dormitoryPopulation+$roomsPopulation)*7))/$subSlaves)>>
 <<run SimpleSlaveFucking($slaves[$i], _fuckCount)>>
 <<set $slaves[$i].need -= 2*_fuckCount>>