From 2810c08b200036d77a150eaec600ee99c189eedf Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Mon, 28 Sep 2020 01:22:43 -0400 Subject: [PATCH] weird. doesn't actually take a slave --- src/js/utilsFC.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/js/utilsFC.js b/src/js/utilsFC.js index ccd6a47c85d..c00a1d5bbe8 100644 --- a/src/js/utilsFC.js +++ b/src/js/utilsFC.js @@ -743,8 +743,7 @@ globalThis.Height = (function() { * Intelligence.random(options) - returns a random intelligence. If no options are passed, the generated number * will be on a normal distribution with mean 0 and standard deviation 45. * - * Example: Only generate above-average intelligence based on a certain slave: - * Intelligence.random(slave, {limitIntelligence: [0, 100]}) + * Intelligence.random({limitIntelligence: [0, 100]}) * * Intelligence.config(configuration) - configures the random height generator globally and returns the current configuration * -- GitLab