rain to none

This commit is contained in:
Hyun Ahn 2023-11-25 18:21:00 +09:00
parent 0c5e451606
commit 10d5e14770

View File

@ -12,7 +12,7 @@ import { ArenaTag, ArenaTagType, getArenaTag } from "./data/arena-tag";
import { GameMode } from "./game-mode";
import { TrainerType } from "./data/trainer-type";
const WEATHER_OVERRIDE = WeatherType.RAIN
const WEATHER_OVERRIDE = WeatherType.NONE;
export class Arena {
public scene: BattleScene;