From ef206f03fd3a34e4d04edd3bd6151c25f0ceccc3 Mon Sep 17 00:00:00 2001 From: sensei <nobody@slash.goat> Date: Sat, 30 Dec 2017 11:53:25 -0700 Subject: [PATCH] typo fix --- src/uncategorized/saServeYourOtherSlaves.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uncategorized/saServeYourOtherSlaves.tw b/src/uncategorized/saServeYourOtherSlaves.tw index e5302bb231e..5a4f7ec3e64 100644 --- a/src/uncategorized/saServeYourOtherSlaves.tw +++ b/src/uncategorized/saServeYourOtherSlaves.tw @@ -114,7 +114,7 @@ <</if>> <</if>> <</if>> -<<set _fuckCount = Math.ciel((($dormitoryPopulation+$roomsPopulation)+random((($dormitoryPopulation+$roomsPopulation)*1),($dormitoryPopulation+$roomsPopulation)*7))/$subSlaves)>> +<<set _fuckCount = Math.ceil((($dormitoryPopulation+$roomsPopulation)+random((($dormitoryPopulation+$roomsPopulation)*1),($dormitoryPopulation+$roomsPopulation)*7))/$subSlaves)>> <<SimpleSlaveFucking $slaves[$i] _fuckCount>> <<set $slaves[$i].need -= 2*_fuckCount>> -- GitLab