Commit Graph

23714 Commits

Author SHA1 Message Date
Guangcong Luo
d51a4fabf6 Merge pull request #611 from Slayer95/master
Fix Arceus typing
2014-02-06 21:47:45 -06:00
Ivo Julca
79593705aa Fix Arceus typing
Also use ´setType´ in Gen5´s Camouflage
2014-02-06 22:46:04 -05:00
Ivo Julca
dd2f623e4b Belch: eating any berry allows its use forever
Including the effects of Pluck, Bug Bite and Fling
2014-02-06 21:06:15 -05:00
Guangcong Luo
f322fcfbeb Fix syntax error in 61f9afebdd 2014-02-06 16:54:16 -08:00
The Immortal
61f9afebdd Add new events + randbats moves changes 2014-02-07 02:17:32 +04:00
Joimer
cc3896852b Add more Pokemon to BL
Wobbuffet, Staraptor, and Terrakion are all BL now.
2014-02-06 07:46:02 +01:00
Guangcong Luo
30582df16e Merge pull request #609 from Slayer95/typechange-patch
Improve type change
2014-02-05 20:46:30 -06:00
Ivo Julca
0ce0befa95 Improve type change
Change back pokemon.types to a pointer to the types in the dex entry.
A typeless mon now defaults to ??? rather than undefined in pokemon.getTypes()
Implement methods pokemon.setType and pokemon.addType
'setType' accepts as parameters any amount of types, with the default attributes.
'addType' accepts as parameter a single type, which will have the flag 'isAdded'.
2014-02-05 21:39:22 -05:00
Guangcong Luo
e007c38ce2 Merge pull request #604 from Slayer95/typechange
Fixes for type change
2014-02-05 14:13:05 -06:00
The Immortal
fd92823b19 Jynx and Scolipede are now banned from BW NU
http://www.smogon.com/forums/threads/nu-stage-11-suspect-voting.3499274/
2014-02-05 23:31:43 +04:00
Juanma Serrano
ec192afcd3 Fix crash in Parental Bond 2014-02-05 17:18:51 +01:00
V4Victini
87e4704200 Defog does not remove the user's screens 2014-02-04 22:07:07 -08:00
Juanma Serrano
f0cd13fbbd Deoxys-D and Scolipede are BL now 2014-02-04 11:01:06 +01:00
Juanma Serrano
35778f5a2a Fix Destiny Bond interaction with fwith future moves
Future moves were making both the user of them and
the Pokémon in the field to faint if the opponent used Destiny Bond
that turn.
Fix this by adding a property to future moves and making Destiny Bond
check it, since Destiny Bond does not work with future moves at all.
2014-02-04 10:58:30 +01:00
Antar1011
a50d9b81bb Kangaskhan also dropped to UU
Whoops! I meant "Limbo A"
2014-02-03 05:49:41 -05:00
Antar1011
4b25de4521 Kangaskhan also dropped to UU
Missed it before.
2014-02-03 05:48:53 -05:00
Guangcong Luo
dc811e4e42 Landorus to BL 2014-02-03 00:58:43 -05:00
Guangcong Luo
2704efc9db Merge pull request #608 from TalkTakesTime/patch-1
Move tiering faq to !tiers
2014-02-02 20:46:35 -08:00
TalkTakesTime
8e082c7bbf Move tiering faq to !tiers 2014-02-03 17:41:14 +13:00
Guangcong Luo
974eff0d44 Don't ladder search if we can't retrieve MMR 2014-02-02 20:21:54 -05:00
Guangcong Luo
e4e740d9fd Simplify code for combo bans 2014-02-02 20:21:54 -05:00
Guangcong Luo
096604d079 Remove superfluous validateSet in Endless Battle Clause 2014-02-02 20:21:54 -05:00
Guangcong Luo
a8249d9380 Merge pull request #606 from Hugendugen/patch-1
Additional ban as part of Endless Battle Clause
2014-02-02 16:23:53 -08:00
Hugendugen
71ceeb7eb7 Additional ban as part of Endless Battle Clause
banned Shadow Tag + Leppa Berry + Trick
2014-02-03 01:22:56 +01:00
Antar1011
b8083b6965 New UU banlist
http://www.smogon.com/forums/threads/xy-uu-beta-discussion-read-post-32.3497124/page-18#post-5206210
2014-02-02 14:11:47 -05:00
小太
84c506911d Minor edits to updating code 2014-02-03 01:16:25 +11:00
小太
4755b3ba9e Add back specification checking message 2014-02-03 01:01:57 +11:00
小太
3b97db696d Fix the fix to the fix... 2014-02-03 00:46:08 +11:00
小太
5150116b6c Fix the fix 2014-02-03 00:38:16 +11:00
小太
5504114df3 Update tournaments frontend with new async User.prepBattle 2014-02-03 00:30:39 +11:00
小太
f9101abbe7 Merge remote-tracking branch 'upstream/master' into tournaments-frontend
Conflicts:
	package.json
2014-02-03 00:24:23 +11:00
V4Victini
06b6b0486c Merge pull request #605 from Slayer95/patch-3
Display correct message when aborting Focus Punch
2014-02-01 16:28:56 -08:00
Slayer95
cda8e99d6c Display correct message when aborting Focus Punch 2014-02-01 19:14:04 -05:00
Ivo Julca
0150143408 Fixes for type change
Fixes Trick-or-Treat and Forest´s Curse stacking.
Fixes Roost overriding other type changes when it ends.
Fixes Roost not suppressing Flying type adquired afterwards in the turn.
Fixes mons not adquiring Flying type when transforming into a roosted pokemon.
Fixes nature of types (added by Trick-or-Treat or Forest´s Curse) not being passed on use of Reflect Type or Transform.
2014-02-01 19:05:28 -05:00
V4Victini
927adfbc1c Properly implement Ion Deluge 2014-02-01 17:43:04 -05:00
Guangcong Luo
429e20721e Merge pull request #603 from TalkTakesTime/patch-1
Fix randbats allowing sets with no damaging moves
2014-01-31 09:25:27 -08:00
TalkTakesTime
cc9d0b2711 Fix randbats allowing sets with no damaging moves 2014-01-31 22:36:36 +13:00
Juanma Serrano
66d954a3de Merge pull request #602 from TalkTakesTime/master
Change the OMotM to Middle Cup
2014-01-30 23:02:31 -08:00
TalkTakesTime
5823ca0bd6 Change the OMotM 2014-01-31 19:52:29 +13:00
Guangcong Luo
1d23402eec Credits: Add TTT 2014-01-31 00:47:34 -06:00
Guangcong Luo
17e568f1a3 Merge pull request #601 from Relados/patch-4
Adding deoxys form aliases
2014-01-30 10:53:03 -08:00
Relados
47f8737796 Fixing typo 2014-01-30 12:34:00 -06:00
Relados
536c5b6840 Adding deoxys form aliases 2014-01-30 12:31:12 -06:00
Juanma Serrano
932e6c9265 Fix Feint
Feint had the wrong property to pass through Protect
rather than to break it.
2014-01-30 17:58:42 +01:00
Juanma Serrano
fe2cf0e602 Update descriptions for Quick Guard and Wide Guard with gen 6 mechanics 2014-01-30 16:36:58 +01:00
Juanma Serrano
c00e274e0f Implement new Seasonal, Fabulous Febrruary 2014-01-30 14:26:33 +01:00
Guangcong Luo
3956ac4345 Merge pull request #600 from TalkTakesTime/patch-2
Fix Weakness Policy activating on fixed damage moves
2014-01-29 20:41:15 -08:00
Juanma Serrano
43c53c18b4 Fix crash in Anticipation 2014-01-29 16:40:43 +01:00
Juanma Serrano
590b351cf4 Merge pull request #597 from TalkTakesTime/patch-1
Add Middle Cup for next OMotM
2014-01-29 03:00:54 -08:00
TalkTakesTime
9d5a19a4ae Fix Weakness Policy activating on fixed damage moves 2014-01-29 23:36:59 +13:00