Allow hats to scale larger

This commit is contained in:
Dragon Fire
2020-04-19 17:23:28 -04:00
parent c2f04d7799
commit 804db4089f
+1 -1
View File
@@ -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
}
]