class Oakdex::Battle::StatusConditions::NonVolatile
Represents Abstract Class Base
NonVolatile
Public Instance Methods
after_fainted(_battle)
click to toggle source
# File lib/oakdex/battle/status_conditions/non_volatile.rb, line 6 def after_fainted(_battle) pokemon.remove_status_condition(self) end