mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-06-02 22:08:36 -05:00
Fortemons: Ban Baton Pass
This commit is contained in:
parent
6f0d563ee6
commit
8a4ecaea7e
|
|
@ -915,7 +915,7 @@ export const Formats: FormatList = [
|
|||
mod: 'gen9',
|
||||
searchShow: false,
|
||||
ruleset: ['Standard OMs', 'Sleep Clause Mod', 'Min Source Gen = 9'],
|
||||
banlist: ['Houndstone', 'Koraidon', 'Miraidon', 'Palafin', 'Covert Cloak', 'Fake Out'],
|
||||
banlist: ['Houndstone', 'Koraidon', 'Miraidon', 'Palafin', 'Covert Cloak', 'Baton Pass', 'Fake Out'],
|
||||
restricted: ['Dynamic Punch', 'Flame Charge', 'Fury Cutter', 'Inferno', 'Nuzzle', 'Power Trip', 'Rapid Spin', 'Stored Power', 'Zap Cannon'],
|
||||
validateSet(set, teamHas) {
|
||||
const item = set.item;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user