Commit Graph

23714 Commits

Author SHA1 Message Date
Distrib
c18ef64742
UU: Ban Terrakion (#8103)
https://www.smogon.com/forums/threads/ss-uu-suspect-process-stage-8-3-terrakion.3679532/page-2#post-8774766
2021-03-06 09:22:05 -05:00
Annika
12abb04006 Random Battles: Increase Genesect-Douse's level 2021-03-05 16:33:42 -08:00
Annika
15261b6611 Random Battles updates
https://www.smogon.com/forums/threads/random-battles-changelog.3678462/#post-8774180
2021-03-05 15:09:30 -08:00
ACakeWearingAHat
d0eeeac7f0
Random Battles: Improve documentation (#8096) 2021-03-05 14:18:00 -08:00
Annika
88fa8e2971 Remove /randset
This command isn't seen as useful by the randbats and is buggy
2021-03-04 15:44:00 -08:00
Annika
0b7d09079d Random Battles: Fix items in Random Doubles
oops i meant to put that only in the gen 4 file
2021-03-03 23:20:06 -08:00
pyuk-bot
4e98f9db49
Actually show types at team preview in Gen 1 HC (#8084) 2021-03-03 21:13:03 -08:00
Mia
9e0c1b7894
Restore /potd (#8092) 2021-03-03 18:24:57 -08:00
Mia
daf71a699e /randset: Handle random-teams not existing 2021-03-03 19:48:04 -06:00
Kris Johnson
be03d69dc8 Tournaments: Make rules capitalization consistent 2021-03-03 18:34:19 -07:00
Annika
75ed11e2aa Trivia: Fix /trivia lastofficialscore 2021-03-03 15:43:07 -08:00
Annika
c58d9ae959 Trivia: Use an Object, not a Map, for old scores
Maps are serialized to JSON as Objects, so this caused the type signatures to be incorrect when data was loaded from JSON.
2021-03-03 15:36:47 -08:00
Mia
9402a8814c
Fix crash in /randset (#8079) 2021-03-03 13:52:55 -08:00
Kris Johnson
56bff1708c Fix typo 2021-03-03 14:31:41 -07:00
Annika
13a870a4a3
Random Battles: Refactor Generation 4 (#8087) 2021-03-03 13:16:50 -08:00
Mia
736e38e4af
ProcessManager: Handle Monitor#slow in subprocesses (#7990) 2021-03-03 12:39:53 -08:00
Kris Johnson
cf44322310 Gen 1 Hackmons Cup: Fix mbstmin, add level cap 2021-03-03 13:37:58 -07:00
Kris Johnson
df6e109991 Megas for All: Fix crash 2021-03-03 12:54:10 -07:00
Kris Johnson
987c8d95d4 Datasearch: Fix crash 2021-03-03 12:44:30 -07:00
Kris Johnson
82e81f9b39
Let "Allow Tradeback" operate for any generation (#8086) 2021-03-03 03:24:53 -08:00
HematiteH2O
fcdfbca875
Megas for All: Slate 29 and ability fixes (#8089)
* Megas for All: Fix three abilities

This changes Blackmail primarily just to be more realistic, but there are also more important bugfixes to Forgery and Masquerade.

The previous version of Masquerade would activate the acquired Ability twice if, as in the case of Intimidate, it was supposed to activate on entry. This is because the Ability was replaced while the Pokémon was still starting, so it activated once when it was acquired (as it would by Skill Swap) and again as the Pokémon was still "entering." This fix makes it so such Abilities only activate once; it's also much neater and easier to edit than the messy version I had before.

The previous version of Forgery had problems whenever the Pokémon's item was consumed at the same time it was hit with a move; it would replace its item with Zoroarkite, then consume the Zoroarkite and be itemless, which in turn left it unable to activate the Ability.
I fixed this by making it acquire the item later on (after it would be consumed), and I also made the Ability itself check for a specific species instead of a specific item at the start, so it should still function in case Zoroarkite is ever not properly replaced (though it's also way more consistent at that now than before).

Let me know if there's anything else I should change about these! After testing, I think they work a lot better now than before, though. C:

* Megas for All: fix Unaware

The custom Ability Body of Water can give the effect of Body Press to special moves, so Unaware needs to ignore an attacker's Special Defense boosts when being attacked.

* Update data/mods/megasforall/abilities.ts

Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>

* Update data/mods/megasforall/abilities.ts

Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>

* Update abilities.ts

* Megas for All: Add slate 29 abilities

* Megas for All: Add slate 29 stones

* Megas for All: Add slate 29 forms

(That's a lot of fish)

* Megas for All: Add slate 29 moves

and keep Alolan Dugtrio incompatible with Dugtrionite

* Megas for All: Shorten overlong line

* Apply suggestions from code review

Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>

* Correct variable name after code review

Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
2021-03-03 00:32:17 -07:00
Kris Johnson
c070f3de94
Max Berries: Ban Magearna 2021-03-02 13:43:24 -07:00
Marty-D
30a4965e7d
Update deps to get newest smogon for set-import 2021-03-02 15:20:15 -05:00
Kris Johnson
880112b5f0 Max Berries: Fix Roseli Berry 2021-03-01 20:25:26 -07:00
Kris Johnson
bcf753520c Loser's Game: Fix abilities that call onAfterFaint 2021-03-01 18:26:29 -07:00
Kris Johnson
3ab1a17918 The Loser's Game: Update clauses 2021-03-01 14:39:05 -07:00
Kris Johnson
87d9336898 Max Berries: Fix berry activation 2021-03-01 14:31:44 -07:00
cheesetheorange
936b7bf15c
Hangman: Correctly check guesses with numeric characters (#8056) 2021-03-01 13:01:16 -08:00
pyuk-bot
e3d13f821d
Dexsearch: use optional chaining in getMod() (#8091) 2021-03-01 12:09:57 -07:00
Mia
5d5b831275 Datasearch: Fix crash in PM 2021-03-01 12:46:13 -06:00
Kris Johnson
f7cd97ff3c The Loser's Game: Add a description 2021-03-01 11:15:54 -07:00
Kris Johnson
814626ea95 Fix build 2021-03-01 11:10:58 -07:00
Kris Johnson
a8369b779f Fix The Loser's Game 2021-03-01 11:08:57 -07:00
Kris Johnson
d24a7a4772 Fix omotm/lcotm aliases 2021-03-01 10:34:05 -07:00
Kris Johnson
50fef2bc68 Fix crash in /ds 2021-03-01 10:32:08 -07:00
Kris Johnson
5991598d0d March 2021 tier shifts 2021-03-01 10:24:48 -07:00
PartMan
fe1d15b34a
Scavengers: Display host's username when hunt ends (#8090) 2021-03-01 11:24:12 +01:00
snapperVibes
d962cb6bf9
Fix typo in build script (#8088) 2021-02-28 21:55:45 -08:00
Kris Johnson
72650f7762 Add March 2021 OMotM/LCotM/RoA Spotlight 2021-02-28 21:54:10 -07:00
Mia
5dd0da602d
Help tickets: Refresh ticket list in 'more tickets' button on click (#8080) 2021-02-28 18:41:21 -08:00
Mia
0d8e4d4542 Moderation: Fix /globaldeclare's help 2021-02-28 18:32:54 -06:00
Distrib
3ecddd91bb
RU: Ban Slowbro-Galar (#8085)
https://www.smogon.com/forums/threads/np-ru-stage-5-electric-feel-slowbro-g-banned-see-post-27.3676870/page-2#post-8768767
2021-02-28 17:51:42 -05:00
Kris Johnson
aeecf8d24c
Dexsearch: Add support for searching by mods (#8064) 2021-02-28 14:37:00 -08:00
Kris Johnson
eafebc98b5 Actually fix Gen 1 HP DV generation 2021-02-28 11:41:42 -07:00
Kris Johnson
f33818a932 Remove unused variable 2021-02-28 11:34:52 -07:00
Kris Johnson
955df9944d Fix Gen 1 Challenge/Hackmons Cup DV generation 2021-02-28 11:32:34 -07:00
Kris Johnson
72bff8fa72
Balanced Hackmons: Ban Bolt Beak 2021-02-28 11:17:33 -07:00
Mia
2c5906cedb Support more roomids with - in /msgroom 2021-02-28 10:02:33 -06:00
HoeenHero
749c40b6d9 Support groupchats in /msgroom 2021-02-28 09:54:23 -05:00
Distrib
35acfc3a7c
NU: Ban Mienshao (#8082)
https://www.smogon.com/forums/threads/mienshao-is-now-banned-from-ss-nu.3679135/
2021-02-28 08:05:22 -05:00