From 29706780767b710da05d20e0f6be8fe58b2e18bd Mon Sep 17 00:00:00 2001 From: Kaen <66154904+Seerd@users.noreply.github.com> Date: Tue, 2 Jan 2024 19:31:39 -0300 Subject: [PATCH] Fortemons: Fix banlist order (#10072) Tera Blast is bugged and changes the BP of moves even when you dont tera, so lets restrict the move for now, terastal clause is in effect anyway, so there is no need to fix this right now https://www.smogon.com/forums/threads/fortemons.3713983/page-15#post-9917618 replay https://replay.pokemonshowdown.com/gen9fortemons-2025537671 --- config/formats.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/formats.ts b/config/formats.ts index d8f3e2c96519..1e200eb62549 100644 --- a/config/formats.ts +++ b/config/formats.ts @@ -728,7 +728,7 @@ export const Formats: FormatList = [ ], restricted: [ 'Dynamic Punch', 'Flail', 'Flip Turn', 'Fury Cutter', 'Grass Knot', 'Grassy Glide', 'Hard Press', 'Heavy Slam', 'Heat Crash', - 'Inferno', 'Low Kick', 'Nuzzle', 'Power Trip', 'Reversal', 'Spit Up', 'Stored Power', 'Tera Blast', 'Volt Switch', 'Zap Cannon', + 'Inferno', 'Low Kick', 'Nuzzle', 'Power Trip', 'Reversal', 'Tera Blast', 'Spit Up', 'Stored Power', 'Volt Switch', 'Zap Cannon', ], onValidateTeam(team) { const itemTable = new Set();