mirror of
https://gitlab.com/Deukhoofd/BattleSim.git
synced 2025-10-27 18:00:03 +00:00
Made Ethereal Shroud handle immunities better, removed log spam of eeveelutions
This commit is contained in:
@@ -769,7 +769,6 @@
|
||||
}
|
||||
}
|
||||
learnable.splice(remindex, 1);
|
||||
console.log(learnable);
|
||||
}
|
||||
return _.chain(learnable).flatten().sort().unique().value();
|
||||
};
|
||||
|
||||
@@ -769,7 +769,6 @@
|
||||
}
|
||||
}
|
||||
learnable.splice(remindex, 1);
|
||||
console.log(learnable);
|
||||
}
|
||||
return _.chain(learnable).flatten().sort().unique().value();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user