From 50ed779ce5d80e60d18d4ee2b6a2842091fb7cb9 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 9 Feb 2021 21:52:01 -0500 Subject: [PATCH] Fix lint --- structures/battle/Battler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structures/battle/Battler.js b/structures/battle/Battler.js index ef26ea88..046673e3 100644 --- a/structures/battle/Battler.js +++ b/structures/battle/Battler.js @@ -28,7 +28,7 @@ module.exports = class Battler { `; if (this.battle.turn === 1 || this.battle.turn === 2) { content += '\n\n_Special uses 25 MP whether or not it hits. Cure takes remaining MP and heals half that amount._'; - content += '\n_To use Final, you must have under 100 HP and over 50 MP. Final can only be used once!_' + content += '\n_To use Final, you must have under 100 HP and over 50 MP. Final can only be used once!_'; } await msg.say(content); const filter = res => {