From 525d26437b1abaf5d0d8f570716f442d08ea66bd Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 9 Feb 2021 21:50:18 -0500 Subject: [PATCH] Add final instructions to initial battle messages --- package.json | 2 +- structures/battle/Battler.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f5c3e9c8..92edba78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "129.1.1", + "version": "129.1.2", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": { diff --git a/structures/battle/Battler.js b/structures/battle/Battler.js index e301ccb9..ef26ea88 100644 --- a/structures/battle/Battler.js +++ b/structures/battle/Battler.js @@ -28,6 +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!_' } await msg.say(content); const filter = res => {