Inches can't be 12

This commit is contained in:
Daniel Odendahl Jr
2018-04-26 20:47:49 +00:00
parent 9b68a09247
commit f8ca8ebeb6
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ module.exports = class GuessLooksCommand extends Command {
const hairStyle = hairStyles[random.integer(0, hairStyles.length - 1)];
const age = random.integer(10, 100);
const feet = random.integer(3, 7);
const inches = random.integer(0, 12);
const inches = random.integer(0, 11);
const weight = random.integer(50, 300);
const extra = extras[random.integer(0, extras.length - 1)];
return msg.reply(oneLine`