mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-06 14:20:51 +02:00
Balance
This commit is contained in:
@@ -27,7 +27,7 @@ module.exports = class Battler {
|
||||
**${this.battle.opponent.user.tag}:** ${this.battle.opponent.hp} HP
|
||||
`;
|
||||
if (this.battle.turn === 1 || this.battle.turn === 2) {
|
||||
content += '\n\n_Special uses 50 MP whether or not it hits. Cure uses all remaining MP, and heals that amount._';
|
||||
content += '\n\n_Special uses 50 MP whether or not it hits. Cure takes remaining MP and heals half that amount._';
|
||||
}
|
||||
await msg.say(content);
|
||||
const filter = res => {
|
||||
|
||||
Reference in New Issue
Block a user