diff --git a/chat-plugins/info.js b/chat-plugins/info.js index 1cd04d242d..24d8ca15dd 100644 --- a/chat-plugins/info.js +++ b/chat-plugins/info.js @@ -906,6 +906,10 @@ exports.commands = { if (!evSet) { if (lowercase === 'invested' || lowercase === 'max') { evSet = true; + if (lowercase === max && !natureSet) { + nature = 1.1; + natureSet = true; + } } else if (lowercase === 'uninvested') { ev = 0; evSet = true;