mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-10 14:44:58 +00:00
release 6.2
This commit is contained in:
@@ -699,11 +699,11 @@ class PokeBattle_Battle
|
||||
@field.weather = :None
|
||||
pbDisplay("The heavy rain has lifted!")
|
||||
end
|
||||
when :StrongWinds
|
||||
if !pbCheckGlobalAbility(:DELTASTREAM)
|
||||
@field.weather = :None
|
||||
pbDisplay("The mysterious air current has dissipated!")
|
||||
end
|
||||
# when :StrongWinds
|
||||
# if !pbCheckGlobalAbility(:DELTASTREAM)
|
||||
# @field.weather = :None
|
||||
# pbDisplay("The mysterious air current has dissipated!")
|
||||
# end
|
||||
end
|
||||
if @field.weather!=oldWeather
|
||||
# Check for form changes caused by the weather changing
|
||||
|
||||
Reference in New Issue
Block a user