Skip to content
Snippets Groups Projects
Commit 94fcab3c authored by Pregmodder's avatar Pregmodder
Browse files

safety

parent b6e80dbd
No related branches found
No related tags found
No related merge requests found
......@@ -116,6 +116,9 @@
<</if>>
<</if>>
<<set _fuckCount = Math.ceil((($dormitoryPopulation+$roomsPopulation)+random((($dormitoryPopulation+$roomsPopulation)*1),($dormitoryPopulation+$roomsPopulation)*7))/$subSlaves)>>
<<if _fuckCount <= 0>>
<<set _fuckCount = 1>>
<</if>>
<<run SimpleSlaveFucking($slaves[$i], _fuckCount)>>
<<set $slaves[$i].need -= 2*_fuckCount>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment