Relados
67fbff6730
Use noForce instead of comparison
2014-04-07 15:49:39 -05:00
Relados
fd68756d97
Remove Mummy message when attacker has Mummy
...
According to Marty, Mummy isn't supposed to show a message when the attacker already has Mummy.
2014-04-07 15:30:47 -05:00
sirDonovan
58b1da636b
Fix Protean Bug
...
Protean should not activate when a Pokemon must recharge
2014-04-06 17:55:04 -05:00
The Immortal
ba97ab66c1
Change Dark/Fairy Aura boost to 1.33x
2014-04-03 12:55:18 +04:00
Ivo Julca
e21b042092
Fix Effect Spore and Synchronize ignoring Safeguard
2014-03-18 08:13:05 -04:00
Slayer95
1501dfa861
Fix Dark/Fairy Aura not affecting other mons
2014-03-04 16:28:27 -05:00
Guangcong Luo
884e437383
Merge pull request #700 from Slayer95/master
...
Fix Infiltrator being unaffected by Gastro Acid
2014-03-01 13:47:11 -06:00
Slayer95
03d9e1111c
Fix Dry Skin affecting allies hit by Fire
2014-03-01 11:52:30 -05:00
TalkTakesTime
76fb4ff7a6
Add start messages for Aura abilities
2014-03-01 22:21:39 +13:00
Ivo Julca
cf0c927a36
Fix Infiltrator being unaffected by Gastro Acid
...
Also add some debug data for Gastro Acid
2014-02-28 19:45:33 -05:00
The Immortal
cd79f81ac9
Fix Bad Dreams activating after the user fainted
2014-02-23 23:43:51 +04:00
Guangcong Luo
887443c851
Fix crash in Bad Dreams
2014-02-23 14:09:14 -05:00
The Immortal
33bf89cdc0
Fix Cheek Pouch
2014-02-23 19:57:41 +04:00
V4Victini
923506d7de
Merge branch 'master' of https://github.com/Zarel/Pokemon-Showdown into symbiosis
2014-02-18 01:39:12 -05:00
V4Victini
eabbf93be8
Implement Symbiosis
2014-02-18 01:38:51 -05:00
V4Victini
4a263c682f
Update Aroma Veil Rating
...
It isnt useless
2014-02-17 21:33:36 -05:00
V4Victini
c10797743b
Update Cheek Pouch
2014-02-17 11:35:19 -05:00
The Immortal
cf6a365e6e
Harvest shouldn't activate if the Pokemon faints
2014-02-14 11:57:39 +04:00
Tyler Stark
afb3dc0c09
First pass at code quality: adding semicolons.
2014-02-09 20:35:42 -06:00
Ivo Julca
85c07aac83
Fixes for Arceus typing
...
Fix Arceus overriding Trick-or-Treat and Forest´s Curse.
Implement Arceus typing more reliably by setting it when it switches into the field.
Display fail messages when trying to modify Arceus´ first type by any means.
Also fix mons keeping their typing when changing to another forme.
2014-02-07 19:39:18 -05: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
Juanma Serrano
ec192afcd3
Fix crash in Parental Bond
2014-02-05 17:18:51 +01: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
Juanma Serrano
43c53c18b4
Fix crash in Anticipation
2014-01-29 16:40:43 +01:00
Ivo Julca
d049f1ff3e
Anticipation ignores Flying Fress/Freeze Dry effects
2014-01-27 18:29:24 -05:00
V4Victini
71b220abaf
Fix typo.
2014-01-27 18:20:07 -05:00
V4Victini
7881c46130
Fix Scrappy
2014-01-27 18:01:11 -05:00
Slayer95
12a26c23bd
Prevent Anticipation false positives on immunity
2014-01-27 14:22:12 -05:00
Guangcong Luo
8790f611f4
Fix Parental Bond Explosion
2014-01-16 11:03:28 -08:00
V4Victini
8a24b61713
Properly implement Powder immunity
2014-01-13 10:43:49 -05:00
Guangcong Luo
cc62d76413
Fix Harvest long description
2014-01-12 22:56:52 -08:00
The Immortal
040ea0f8de
Fix Scrappy
...
This fixes two bugs in doubles:
Not hitting your own Ghost partner with, for example, Explosion
An opposing Pokemon hitting its own partner with, for example, Explosion
2014-01-12 12:51:46 +04:00
Ivo Julca
c10354578b
Fix Flying Press and Freeze Dry
...
Items and abilities supposed to activate depending on effectiveness were not accounting for their effects
2014-01-08 19:45:22 -05:00
The Immortal
3326de6c66
Update Oblivious descriptions
2014-01-05 19:47:36 +04:00
The Immortal
072bd260e4
Fix Flower Veil again
2013-12-30 22:30:04 +04:00
The Immortal
4b858e9c51
Fix Flower Veil
2013-12-30 22:18:33 +04:00
Joimer
7246dbc220
Fix Magician properly
...
Although the fix 81d6340126 on
8f913c9e1c was correct, the battle engine
was not prepared for a situation in which a source hitting a target
has an effect on the source itself.
Add now a hard check for Magician so the fix works properly.
2013-11-27 17:03:00 +01:00
The Immortal
6228102d23
Can't Frisk fainted Pokemon
2013-11-22 11:42:06 +04:00
V4Victini
b2a21b95cc
Update Frisk's Desc and Short Desc
2013-11-19 00:35:20 -05:00
The Immortal
13ccb26044
Stance Change can't be traced
2013-11-17 11:55:33 +04:00
V4Victini
f1d0e35344
Correct [from] in Magician
...
Bad C/P
2013-11-15 07:11:15 -05:00
V4Victini
81d6340126
Fix Magician
...
It's more akin to the move Thief than the ability Pickpocket.
2013-11-15 07:03:36 -05:00
V4Victini
03a96f41ae
Fix Trapping Implementation
...
Until the next overhaul
2013-11-15 02:11:07 -05:00
V4Victini
8682e1f451
Update Sniper shortDesc
2013-11-14 18:02:28 -05:00
Guangcong Luo
b01f0124eb
Fix Aroma Veil and Sweet Veil
2013-11-13 17:06:22 -08:00
Guangcong Luo
44bd27d06a
Unify Bulletproof moves under one tag
2013-11-08 19:13:36 -08:00
The Immortal
b5120decd3
Parental Bond works with spread moves in singles
2013-11-08 11:12:59 +04:00
The Immortal
5a5ac86a7e
Fix Parental Bond
2013-11-07 12:41:55 +04:00
The Immortal
050382d25a
Implement Aroma Veil
2013-11-07 12:20:28 +04:00