From 804db4089f142f95ed6331f46efd22f3f32f51c3 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 19 Apr 2020 17:23:28 -0400 Subject: [PATCH] Allow hats to scale larger --- commands/edit-avatar/hat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/edit-avatar/hat.js b/commands/edit-avatar/hat.js index 2474840e..6b9bbcc5 100644 --- a/commands/edit-avatar/hat.js +++ b/commands/edit-avatar/hat.js @@ -122,7 +122,7 @@ module.exports = class HatCommand extends Command { prompt: 'By what percentage do you want to scale your hat?', type: 'integer', min: 0, - max: 100, + max: 1000, default: 0 } ]