Removed all excess whitespace and standardized line endings.

This commit is contained in:
m3rein
2020-09-05 21:23:16 +02:00
parent caed5bd757
commit 240af4e5e7
219 changed files with 929 additions and 929 deletions

View File

@@ -6,7 +6,7 @@ or Resistances, while in XD the Shadow-type is Super-Effective against all other
types.
2/5 - display nature
XD - Shadow Rush -- 55, 100 - Deals damage.
XD - Shadow Rush -- 55, 100 - Deals damage.
Colosseum - Shadow Rush -- 90, 100
If this attack is successful, user loses half of HP lost by opponent due to this
attack (recoil). If user is in Hyper Mode, this attack has a good chance for a
@@ -189,7 +189,7 @@ end
#===============================================================================
#
#
#===============================================================================
def pbIsPurifiable?(pkmn)
return false if !pkmn
@@ -660,7 +660,7 @@ end
#===============================================================================
#
#
#===============================================================================
class PokemonTemp
attr_accessor :heartgauges
@@ -705,4 +705,4 @@ Events.onStepTaken += proc {
pkmn.adjustHeart(-1)
pkmn.pbUpdateShadowMoves
end
}
}