Skip to content

Commit

Permalink
Update Stinky.js
Browse files Browse the repository at this point in the history
changed wording
  • Loading branch information
coopw1 committed Sep 25, 2023
1 parent 72b740c commit cb6f4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/commandList/battle/buffs/Stinky.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = class Stinky extends BuffInterface {
this.name = 'Stinky';
this.debuff = true;
this.emoji = '<:stinky:1154636430937698364>';
this.statDesc = `Prevents any future buffs *AND* debuffs to be applied to this animal. On successfully preventing a buff, deal **?%** ${WeaponInterface.magEmoji}MAG to the animal.`;
this.statDesc = `Prevents any buffs AND debuffs from being applied this animal, and inflicts **?%** ${WeaponInterface.magEmoji}MAG when an effect is successfully blocked.`;
this.qualityList = [[20, 50]];
}

Expand Down

0 comments on commit cb6f4aa

Please sign in to comment.