Rearranged Settings

This commit is contained in:
Maruno17
2022-01-11 22:07:37 +00:00
parent ff465a78a6
commit 24efbccb67
4 changed files with 149 additions and 153 deletions

View File

@@ -109,7 +109,7 @@ def pbPrepareBattle(battle)
battle.showAnims = ($PokemonSystem.battlescene == 0)
battle.showAnims = battleRules["battleAnims"] if !battleRules["battleAnims"].nil?
# Terrain
if battleRules["defaultTerrain"].nil? && Settings::OVERWORLD_WEATHERS_SET_TERRAINS
if battleRules["defaultTerrain"].nil? && Settings::OVERWORLD_WEATHER_SETS_BATTLE_TERRAIN
case $game_screen.weather_type
when :Storm
battle.defaultTerrain = :Electric