mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 21:24:59 +00:00
Tweaked Fissure's function code, added Mirror Armor's effect
This commit is contained in:
@@ -131,7 +131,7 @@ end
|
||||
# OHKO. Accuracy increases by difference between levels of user and target. Hits
|
||||
# targets that are semi-invulnerable underground. (Fissure)
|
||||
#===============================================================================
|
||||
class PokeBattle_Move_OHKOHitsTargetUnderground < PokeBattle_Move_OHKO
|
||||
class PokeBattle_Move_OHKOHitsUndergroundTarget < PokeBattle_Move_OHKO
|
||||
def hitsDiggingTargets?; return true; end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user