Juanma Serrano
1a2882eb09
Remove March-April Seasonal, Super Staff Bros.
2015-05-04 17:35:21 +02:00
Marty-D
1209954765
Fix Sheer Force properly
2015-05-04 10:45:44 -04:00
Juanma Serrano
6ba4e24ecd
Update credits
...
Add new and active contributors.
Move Marty from retired staff to active contributor.
2015-05-04 13:09:16 +02:00
Juanma Serrano
0b7a0264e9
Add a Sheer Force test
2015-05-04 12:15:21 +02:00
Juanma Serrano
299213040d
Fix Sheer Force
...
This adds the intended fix of bdd99e84d3 and fixes the problem that made all Sheer Force mons to ignore the AfterMoveSecondary event.
2015-05-04 12:15:09 +02:00
Juanma Serrano
bd06448589
Gen 2: Make Rest sleep overwrite sleep origin side
...
Sleep Clause should not be activated if an asleep Pokémon uses Rest through Sleep Talk, as then the sleep is overriden.
2015-05-04 11:47:17 +02:00
Juanma Serrano
8c54dd8e76
Gen 1: Default to max Atk Stat Exp
...
If a weird attack stat exp is specified (ie. not minimised), we max it.
2015-05-04 11:29:41 +02:00
Juanma Serrano
f58378f365
Gen 1: Allow for minimum Attack Stat Exp and DVs
...
This change allows users to input less than perfect attack on their sets.
If they don't input any EVs or IVs, the game will max all of them.
Otherwise, it will check for the attack EVs and IVs set on the teambuilder to then calculate the proper stats, 30 atk being the minimum to max out the other stats.
A minimum of 1 DV is necessary to keep max HP.
This is just a temporary fix, once the gen 1 teambuilder is done we should just check for the proper limitations on acquiring Stat Exp.
Level of the Pokémon will be taken into account soon to calculate the min Atk Stat Exp as well.
2015-05-04 11:27:46 +02:00
Juanma Serrano
2c45d847ab
OU Suspect Test has finished
...
#FreeAegislash not happening.
2015-05-04 10:51:44 +02:00
Guangcong Luo
dbfa7433ad
Omit voice/confirmed from /auth
2015-05-04 04:41:02 -04:00
Guangcong Luo
fd8ba00742
Support Config.quietconsole
...
Config.quietconsole is a new (intentionally undocumented) config
setting to decrease the amount of non-error messages PS outputs
to the console.
It's useful because of some upcoming improvements to other PS
console output, and this will make those easier to sift through,
but it's undocumented because only a huge server (namely, Main)
will actually have enough activity to need it.
2015-05-04 04:31:16 -04:00
Guangcong Luo
ac7376efad
Improve alias support
...
This is a very minor change, just makes the alias bugfix a bit
less brittle.
2015-05-04 04:25:09 -04:00
Guangcong Luo
3051ffe966
Merge pull request #1857 from SolarisFox/patch-5
...
update help entries: /ds and /ms
2015-05-04 08:08:31 +00:00
SolarisFox
99853a85a1
update help entries: /ds and /ms
2015-05-03 22:22:58 -07:00
Guangcong Luo
2d3bfb1af7
Merge pull request #1855 from Rhythms88/air-lock-cloud-nine-fix
...
Fix Air Lock and Cloud Nine
2015-05-04 02:58:59 +00:00
Rhythms
a7b846f6e0
Fix Air Lock and Cloud Nine
...
Moved them from AnyModifyPokemon to AnySwitchIn based on information in
the <a href="https://github.com/Zarel/Pokemon-Showdown/issues/1789 ">Air
Lock and Cloud Nine Difficulties issue</a> from @gamut-was-taken
2015-05-03 17:03:31 -06:00
Guangcong Luo
7550c806b1
Merge pull request #1852 from Morfent/chatqueue
...
Use last message time for timeout on chat queue creation
2015-05-03 18:49:29 +00:00
Guangcong Luo
5a97029667
Merge pull request #1853 from Rhythms88/commands
...
Add room checking in /report
2015-05-03 18:48:49 +00:00
Guangcong Luo
2d055ffd27
Merge pull request #1850 from Rhythms88/master
...
Add a reply if there is no target in /data
2015-05-03 18:46:59 +00:00
Rhythms
c582179431
Add room checking in /report
2015-05-03 12:24:58 -06:00
Marty-D
6356f1ab33
Fix Rock Head against substitutes
2015-05-03 13:26:20 -04:00
Marty-D
bdd99e84d3
Fix Sheer Force
...
- Sheer Force may not be user's Ability by the time `AfterMoveSecondary`
effects are checked
- Sheer Force boosted moves called by other moves now ignore
`AfterMoveSecondary` effects properly
2015-05-03 11:40:39 -04:00
Morfent
4289cc8ad3
Use last message time for timeout on chat queue creation
2015-05-03 04:50:25 -03:00
The Immortal
2402f17306
Rename special Little Cup competition
...
It has not been on the server yet so no effect on rankings.
2015-05-03 09:52:04 +04:00
The Immortal
6cc8e2c5de
Ban Aerodactylite from STABmons
2015-05-03 09:49:44 +04:00
The Immortal
bea648d979
Add tier changes
2015-05-03 09:35:05 +04:00
Rhythms
110a0a2a91
Add a reply if there is no target in /data
2015-05-02 23:21:32 -06:00
Marty-D
a92e38547f
Fix Rock Head
...
- Since Mummy exists, it is entirely possible not to have Rock Head by
the time recoil happens
2015-05-02 15:05:42 -04:00
The Immortal
0000f4dfab
Random Battle: Prevent Choice with Speed Boost
...
Fixes #1848
2015-05-02 13:35:51 +04:00
Guangcong Luo
b093c5ccd9
Merge pull request #1847 from QuiteQuiet/lc_ubers
...
Add LC Uber to /dexsearch categories
2015-05-02 04:34:44 +00:00
Marty-D
d80f788f97
Fix Must recharge tag appearing when unneeded
2015-05-01 16:49:33 -04:00
Quite Quiet
910e30aa55
Add LC Ubers to search categories
2015-05-01 21:10:23 +02:00
Guangcong Luo
73f1a71044
Merge pull request #1845 from xfix/remove-learnsets-g6
...
Remove learnsets-g6.js
2015-05-01 17:09:55 +00:00
The Immortal
8910b845ac
Merge pull request #1844 from xfix/remove-endure
...
Remove Endure Move Tutor from Gen6
2015-05-01 18:55:12 +08:00
Konrad Borowski
90a84f558c
Remove learnsets-g6.js
...
This file is not needed in the server repository, and is automatically
generated in client repository by githooks/update script.
2015-05-01 11:16:06 +02:00
Konrad Borowski
686c5a2f04
Remove Endure Move Tutor from Gen6
...
Fixes #1840 .
2015-05-01 11:10:07 +02:00
Joimer
5c9b7ed707
Remove unused team makers
2015-05-01 05:08:33 +02:00
The Immortal
cd93a646f4
Merge pull request #1842 from xfix/little-cup-pgl
...
Add Little Cup [PGL] battle competition
2015-05-01 07:21:52 +08:00
Konrad Borowski
70e6074a0f
Add Little Cup [PGL] battle competition
...
http://3ds.pokemon-gl.com/information/39ba0f38-a88f-4d02-b0f4-82536fda0107
2015-04-30 20:37:38 +02:00
Marty-D
c51bb399fe
Fix Sturdy's OHKO immunity
2015-04-30 14:29:58 -04:00
Marty-D
c53d022e4b
Fix OHKO moves
...
- Fix Gen 1/Stadium's accuracy and immunity order
- Fix OHKO moves ignoring Phantom Force
- Add OHKO messages
2015-04-30 13:06:45 -04:00
The Immortal
6e5960a26b
Update /om
2015-04-30 18:41:18 +04:00
The Immortal
ba27d9fd17
Add new OMotM
2015-04-30 18:37:03 +04:00
Guangcong Luo
868ccb48c0
Merge pull request #1834 from ascriptmaster/tests
...
Fix up Desolate Land/Primordial Sea tests
2015-04-30 07:10:20 +00:00
Guangcong Luo
f8032a9a19
Merge pull request #1830 from ascriptmaster/move-fixes
...
Standard Weather always fails to activate when Primal Weather is active
2015-04-30 07:10:09 +00:00
Marty-D
d2a66b597f
Fix Shaymin Sky reversion on freeze
...
freezing a Shaymin-S transformed into something else -> no change; no
change when it comes back in frozen
freezing a Shaymin-S transformed into Shaymin-S -> reverts to Shaymin
freezing a Shaymin transformed into Shaymin-S -> reverts to Shaymin
freezing a Ditto transformed into Shaymin-S -> no change
freezing a Shaymin-S holding Aspear or Lum -> reverts to Shaymin, then
defrosts
2015-04-29 23:31:20 -04:00
Slayer95
5788bf82b7
Merge pull request #1839 from Rhythms88/seasonal
...
Super Staff Bros.: Change Astyanax into Asty
2015-04-29 17:14:38 -05:00
Marty-D
1974360fa8
Fix Feint properly
...
- Multiple protection effects could be active for the same target
2015-04-29 18:13:09 -04:00
Rhythms
fb9cc056b2
Super Staff Bros.: Change Astyanax into Asty
2015-04-29 16:12:56 -06:00
Marty-D
9d0f83ba76
Fix Feint
...
- All forms of protection can be broken by allies in Gen 6
2015-04-29 17:28:46 -04:00