Skip to content

Commit

Permalink
Fortemons: Fix banlist order (#10072)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Seerd authored Jan 2, 2024
1 parent 91ee194 commit 2970678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/formats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<string>();
Expand Down

0 comments on commit 2970678

Please sign in to comment.