mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-04-21 17:19:15 +01:00
rain to none (#7)
This commit is contained in:
parent
0c5e451606
commit
11fb22ae88
@ -12,7 +12,7 @@ import { ArenaTag, ArenaTagType, getArenaTag } from "./data/arena-tag";
|
|||||||
import { GameMode } from "./game-mode";
|
import { GameMode } from "./game-mode";
|
||||||
import { TrainerType } from "./data/trainer-type";
|
import { TrainerType } from "./data/trainer-type";
|
||||||
|
|
||||||
const WEATHER_OVERRIDE = WeatherType.RAIN
|
const WEATHER_OVERRIDE = WeatherType.NONE;
|
||||||
|
|
||||||
export class Arena {
|
export class Arena {
|
||||||
public scene: BattleScene;
|
public scene: BattleScene;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user