Kevin Lau
05f718f1ff
Move Gen 5 Sky Drop's Try handler to TryHit
...
Fixes glitches preventing it from working properly due to it inheriting
Gen 6's TryHit handler and effectively locking the users in a loop.
2015-06-16 11:37:09 -07:00
Guangcong Luo
cebaacb677
Merge pull request #1957 from ascriptmaster/move-fixes-2
...
Battle refactor: No longer reset negated immunity in pokemon.update()
2015-06-16 17:59:09 +00:00
Guangcong Luo
ad8a814a5c
Merge pull request #1973 from Bryan-0/patch-30
...
Fix some commands
2015-06-16 17:57:38 +00:00
Bryan AA
63fa288880
Fix some commands
2015-06-16 11:32:46 -06:00
The Immortal
ad7498296b
Add Naviathan's hidden ability
2015-06-16 16:12:36 +04:00
The Immortal
991a92f0c9
Merge pull request #1972 from AustinXII/patch-8
...
Add gatr as an alias for Feraligatr
2015-06-16 12:49:12 +04:00
The Immortal
9c4188fe84
Merge pull request #1969 from Bryan-0/patch-28
...
Add a new alias in formats
2015-06-16 12:49:00 +04:00
Guangcong Luo
b792fa64e9
Merge pull request #1867 from SolarisFox/patch-7
...
Mute refactor
2015-06-16 07:40:57 +00:00
Kevin Lau
ba1f5df45c
Release and improve pending Iron Ball/Thousand Arrows tests
...
Some tests had incorrect program flow that was resulting in incorrect
expected behaviors.
Improved the wording on some test descriptions.
Gave some of the Pokemon Shell Armor to negate test failures due to
critical hit messages appearing before the type effectiveness messages.
2015-06-16 00:11:08 -07:00
Kevin Lau
903853d91b
Battle refactor: No longer reset negated immunity in pokemon.update()
...
Replace the pokemon.negateImmunity object with a new `NegateImmunity`
event that handles all the immunity negation.
Also deprecate 'IgnoreEffectiveness' in favor of having relevant moves
and items use `Effectiveness` event handlers instead.
2015-06-16 00:02:06 -07:00
Kevin Lau
c5716272da
Add Wonder Guard tests
2015-06-15 23:13:05 -07:00
Kevin Lau
34a0947eab
Add Ingrain tests
2015-06-15 23:12:59 -07:00
Bryan AA
acacbf32ae
Add new alias for formats
2015-06-15 18:39:59 -06:00
AustinXII
d3a14a6f3e
Add gatr as an alias for Feraligatr
...
this is used heavily by most if not all UU players
2015-06-15 18:08:05 -06:00
Guangcong Luo
8a7e1f2199
Merge pull request #1971 from ascriptmaster/tests
...
Add working and pending tests for Pressure
2015-06-15 23:45:18 +00:00
Kevin Lau
2aba40b8ad
Gen 4 and below Pressure affects allies
2015-06-15 16:30:19 -07:00
Kevin Lau
4027fad468
Add working and pending tests for Pressure
2015-06-15 16:30:17 -07:00
Guangcong Luo
abe650be00
Merge pull request #1970 from Bryan-0/patch-29
...
Add "this.parse" in /invite command
2015-06-15 22:51:37 +00:00
Bryan AA
73f208dcef
Add "this.parse" in /invite command
2015-06-15 16:32:20 -06:00
The Immortal
80fa798705
Improve /smogintro
2015-06-15 23:38:50 +04:00
Juanma Serrano
df5773bbf5
Merge pull request #1941 from Bryan-0/patch-17
...
Fixing smogintro link
2015-06-15 20:39:10 +02:00
Bryan AA
008f2cba5b
Fixing smogintro link
2015-06-15 12:34:15 -06:00
Juanma Serrano
d351206e56
Gen 1: Ban Dig and Fly
...
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
2015-06-15 16:58:41 +02:00
The Immortal
596bcc5af2
Remove room intro limit for official rooms without modchat
...
The Help room has turned off modchat, so the exception made in
4a3ae1c7c3 does not work anymore.
2015-06-15 18:41:37 +04:00
The Immortal
2e4264f987
Ban Chatter from Averagemons
2015-06-15 18:10:52 +04:00
Ivo Julca
21aebd070e
Add pending tests for Iron Ball and Thousand Arrows
2015-06-15 04:48:15 -05:00
Ivo Julca
62670ab110
Apply 4222ffb5 to repl.js
2015-06-15 00:54:01 -05:00
The Immortal
5c3a414974
Merge pull request #1929 from Jakilutra/master
...
Added RBY Ubers
2015-06-15 02:10:20 +04:00
Guangcong Luo
2ce7af38bf
Merge pull request #1963 from Bryan-0/patch-27
...
Add a better help for /avatar
2015-06-14 17:55:29 +00:00
Bryan AA
82ed2e0af2
Add a better help for /avatar
2015-06-14 11:46:50 -06:00
Guangcong Luo
6fe00fc28a
Merge pull request #1966 from xfix/help-tour
...
Allow using /help tour in addition to /tour help.
2015-06-14 17:14:38 +00:00
Guangcong Luo
93d4493b79
Merge pull request #1965 from xfix/sort-auth-by-id
...
Sort authority in /auth by ID
2015-06-14 17:13:56 +00:00
The Immortal
ec69323598
Remove Doubles suspect test
2015-06-14 16:15:00 +04:00
Konrad Borowski
4627356d8c
Allow using /help tour in addition to /tour help.
2015-06-14 13:14:02 +02:00
Konrad Borowski
bca61b89a1
Sort authority in /auth by ID
...
This prevents sort from being ASCII-betical causing lowercase nicks
to appear after uppercase nicks.
2015-06-14 12:46:52 +02:00
Guangcong Luo
cf6e4e0f19
Pass user to namefilter
2015-06-14 05:08:06 -04:00
SolarisFox
09be77d0b8
Mute refactor
2015-06-14 00:16:44 -07:00
Ivo Julca
2bae97db67
Battle Factory: support similar sets' sharing probability mass
2015-06-14 01:15:32 -05:00
Guangcong Luo
ef4b078a82
Merge pull request #1961 from Bryan-0/patch-26
...
Fix some errors in commands on info.js file
2015-06-14 01:13:46 +00:00
Bryan AA
1c58b568a1
Fix some errors in commands
2015-06-13 15:10:18 -06:00
Guangcong Luo
7b8bb11d07
Merge pull request #1960 from Bryan-0/patch-25
...
Add more info in /ignorepms and /unignorepms
2015-06-13 19:53:26 +00:00
Bryan AA
1442feb34f
Add more info in /ignorepms and /unignorepms
2015-06-13 13:51:13 -06:00
The Immortal
e9006768f0
Merge pull request #1955 from SolarisFox/patch-5
...
Randoms: Allow Mono-Attack Setup with BP, change Venomoth movepool
2015-06-13 22:35:12 +04:00
SolarisFox
4770a2cad0
Randoms: Venomoth -Psychic +Substitute
2015-06-13 11:21:16 -07:00
SolarisFox
63a3eb20c5
Randoms: Allow Mono-Attack Setup with BP
2015-06-13 11:20:48 -07:00
Marty-D
0fc6807d3a
Fix Pledge moves' interaction with Gems
2015-06-13 12:24:01 -04:00
Marty-D
081e288f57
Fix Pledge moves' interaction with redirection Abilities
2015-06-13 12:10:03 -04:00
The Immortal
ca581b9e29
Random Battle: Prevent Zen Headbutt with Psyshock
2015-06-13 18:59:58 +04:00
The Immortal
7c75d3494d
Merge pull request #1954 from Bryan-0/patch-24
...
Add pika as a alias of Pikachu
2015-06-13 14:49:31 +04:00
Konrad Borowski
9e68dd4e6f
Merge pull request #1956 from SolarisFox/patch-4
...
Style fix: REPORT_USER_STATS_INTERVAL number ordering
2015-06-13 08:54:59 +02:00