From d3443396e272c9352b2638023d8a25f0d35b9f2a Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Sun, 1 Jan 2023 10:45:38 -0300 Subject: [PATCH] Made Clear Body and similar abilities be normally affected by their own stat stage reductions --- src/battle_script_commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c index 567c91221..38174f0ad 100644 --- a/src/battle_script_commands.c +++ b/src/battle_script_commands.c @@ -10876,7 +10876,7 @@ static u32 ChangeStatBuffs(s8 statValue, u32 statId, u32 flags, const u8 *BS_ptr else if ((activeBattlerAbility == ABILITY_CLEAR_BODY || activeBattlerAbility == ABILITY_FULL_METAL_BODY || activeBattlerAbility == ABILITY_WHITE_SMOKE) - && !certain && gCurrentMove != MOVE_CURSE) + && !affectsUser && !certain && gCurrentMove != MOVE_CURSE) { if (flags == STAT_CHANGE_ALLOW_PTR) {