mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-11 23:24:59 +00:00
Snowstorm, forfeiting trainer battles, battle outcome values
This commit is contained in:
@@ -1805,7 +1805,7 @@ Battle::ItemEffects::WeatherExtender.add(:HEATROCK,
|
||||
|
||||
Battle::ItemEffects::WeatherExtender.add(:ICYROCK,
|
||||
proc { |item, weather, duration, battler, battle|
|
||||
next 8 if weather == :Hail
|
||||
next 8 if [:Hail, :Snowstorm].include?(weather)
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user