From cb6f4aa2abb27f2e4a3f7f77f990b06994033404 Mon Sep 17 00:00:00 2001 From: coopw1 <48886919+coopw1@users.noreply.github.com> Date: Mon, 25 Sep 2023 13:27:18 -0700 Subject: [PATCH] Update Stinky.js changed wording --- src/commands/commandList/battle/buffs/Stinky.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/commandList/battle/buffs/Stinky.js b/src/commands/commandList/battle/buffs/Stinky.js index 64d895ff0..86616fa33 100644 --- a/src/commands/commandList/battle/buffs/Stinky.js +++ b/src/commands/commandList/battle/buffs/Stinky.js @@ -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]]; }