rain to none (#7)

This commit is contained in:
Hyun Ahn 2023-11-25 18:21:27 +09:00 committed by GitHub
parent 0c5e451606
commit 11fb22ae88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;