diff --git a/structures/battle/Battler.js b/structures/battle/Battler.js index 3fd13c15..c51e818a 100644 --- a/structures/battle/Battler.js +++ b/structures/battle/Battler.js @@ -16,7 +16,7 @@ module.exports = class Battler { if (this.bot) { const botChoices = ['attack', 'attack', 'defend']; if (this.canSpecial) botChoices.push('special'); - if (this.canHeal) botChoices.push('cure'); + if (this.canHeal && this.hp < 200) botChoices.push('cure'); return botChoices[Math.floor(Math.random() * botChoices.length)]; } let content = stripIndents`