This commit is contained in:
Dragon Fire
2021-02-09 21:52:01 -05:00
parent 525d26437b
commit 50ed779ce5
+1 -1
View File
@@ -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 => {