From b137faf5ed5d025151c6a67336c2d7940fbe7a2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A4r=20Halberkamp?= Date: Sun, 20 Nov 2016 01:27:11 +0100 Subject: [PATCH] Make using 'max' in /statcalc also set boosting nature --- chat-plugins/info.js | 4 ++++ 1 file changed, 4 insertions(+) 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;