mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 14:14:59 +00:00
Many more Rubocop-inspired code improvements
This commit is contained in:
@@ -162,8 +162,10 @@ class Battle
|
||||
allBattlers.each { |b| b.pbCheckFormOnWeatherChange }
|
||||
pbEndPrimordialWeather
|
||||
allBattlers.each { |b| b.pbAbilityOnTerrainChange }
|
||||
allBattlers.each { |b| b.pbCheckFormOnMovesetChange }
|
||||
allBattlers.each { |b| b.pbCheckFormOnStatusChange }
|
||||
allBattlers.each do |b|
|
||||
b.pbCheckFormOnMovesetChange
|
||||
b.pbCheckFormOnStatusChange
|
||||
end
|
||||
end
|
||||
|
||||
#=============================================================================
|
||||
|
||||
Reference in New Issue
Block a user