Skip to content
Snippets Groups Projects
Commit ef206f03 authored by sensei's avatar sensei
Browse files

typo fix

parent 529eba22
No related branches found
No related tags found
1 merge request!1237typo fix
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
<</if>> <</if>>
<</if>> <</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>> <<SimpleSlaveFucking $slaves[$i] _fuckCount>>
<<set $slaves[$i].need -= 2*_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