mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-09-07 08:45:32 -05:00
Fix Unrated Random Battle
For some reason using the Random Battle ruleset doesn't work, and never did work.
This commit is contained in:
@@ -20,7 +20,7 @@ exports.Formats = [
|
||||
team: 'random',
|
||||
challengeShow: false,
|
||||
rated: false,
|
||||
ruleset: ['Random Battle']
|
||||
ruleset: ['PotD', 'Pokemon', 'Sleep Clause Mod', 'HP Percentage Mod']
|
||||
},
|
||||
{
|
||||
name: "OU",
|
||||
|
||||
Reference in New Issue
Block a user