Skip to content

Commit

Permalink
Gen 1: Ban Dig and Fly
Browse files Browse the repository at this point in the history
Dig and Fly are banned from all Gen 1 competitive formats.
This has been long done in tournaments, since it has always been implicit that it is preferred a proper Dig and Fly implementation and a ban rather than just modding the game.

Read more here: http://www.smogon.com/forums/threads/fly-and-dig-implementation-and-possible-ban-opinions-wanted.3527640/page-2
  • Loading branch information
Joimer committed Jun 15, 2015
1 parent 596bcc5 commit d351206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/gen1/rulesets.js
Expand Up @@ -80,7 +80,7 @@ exports.BattleFormats = {
standard: {
effectType: 'Banlist',
ruleset: ['Sleep Clause Mod', 'Freeze Clause Mod', 'Species Clause', 'OHKO Clause', 'Evasion Moves Clause', 'HP Percentage Mod', 'Cancel Mod'],
banlist: ['Unreleased', 'Illegal', 'Tradeback',
banlist: ['Unreleased', 'Illegal', 'Tradeback', 'Dig', 'Fly',
'Kakuna + Poison Sting + Harden', 'Kakuna + String Shot + Harden',
'Beedrill + Poison Sting + Harden', 'Beedrill + String Shot + Harden',
'Nidoking + Fury Attack + Thrash',
Expand Down

3 comments on commit d351206

@ascriptmaster
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this basically mean that d9669e8 should be reverted for proper implementation?

@Joimer
Copy link
Contributor Author

@Joimer Joimer commented on d351206 Jun 22, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, but I need to check it works properly

@ascriptmaster
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All righty.

Please sign in to comment.