Skip to content

Commit

Permalink
Update Stinky.js
Browse files Browse the repository at this point in the history
Clarifying stinky's description, before I really couldn't tell that it also removed current buffs without checking. I think it's pretty important to clarify, as that makes a huge difference in comparing it to other weapons like pstaff.
  • Loading branch information
coopw1 committed Sep 25, 2023
1 parent 97f2c37 commit d237e65
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 success, deal **?%** ${WeaponInterface.magEmoji}MAG to the animal.`;
this.statDesc = `Prevents any future buffs *AND* debuffs to be applied to this animal *AND* removes any existing ones. On successly preventing or removing a buff, deal **?%** ${WeaponInterface.magEmoji}MAG to the animal.`;
this.qualityList = [[20, 50]];
}

Expand Down

0 comments on commit d237e65

Please sign in to comment.