mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-02-07 20:50:35 +01:00
lightning rod no longer redirects mold braker
This commit is contained in:
parent
08a5ba0db2
commit
52c63cd671
@ -5174,8 +5174,8 @@ static void HandleAction_UseMove(void)
|
|||||||
{
|
{
|
||||||
if (side != GetBattlerSide(gActiveBattler)
|
if (side != GetBattlerSide(gActiveBattler)
|
||||||
&& *(gBattleStruct->moveTarget + gBattlerAttacker) != gActiveBattler
|
&& *(gBattleStruct->moveTarget + gBattlerAttacker) != gActiveBattler
|
||||||
&& ((gBattleMons[gActiveBattler].ability == ABILITY_LIGHTNING_ROD && moveType == TYPE_ELECTRIC)
|
&& ((GetBattlerAbility(gActiveBattler) == ABILITY_LIGHTNING_ROD && moveType == TYPE_ELECTRIC)
|
||||||
|| (gBattleMons[gActiveBattler].ability == ABILITY_STORM_DRAIN && moveType == TYPE_WATER)
|
|| (GetBattlerAbility(gActiveBattler) == ABILITY_STORM_DRAIN && moveType == TYPE_WATER)
|
||||||
)
|
)
|
||||||
&& GetBattlerTurnOrderNum(gActiveBattler) < var)
|
&& GetBattlerTurnOrderNum(gActiveBattler) < var)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user