mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-23 00:06:15 -05:00
Make using 'max' in /statcalc also set boosting nature
This commit is contained in:
parent
5a537ff9c5
commit
b137faf5ed
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user