mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Mankey Paw fix
This commit is contained in:
@@ -192,6 +192,7 @@ class PokeBattle_Move
|
||||
when -1 then return false
|
||||
end
|
||||
# Other effects
|
||||
return true if user.hasActiveItem?(:MANKEYPAW)
|
||||
return true if c>50 # Merciless
|
||||
return true if user.effects[PBEffects::LaserFocus]>0
|
||||
c += 1 if highCriticalRate?
|
||||
|
||||
Reference in New Issue
Block a user