mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +02:00
Fix incomplete comment in encounter-phase
This commit is contained in:
parent
b5bf987bc4
commit
6a217f2062
@ -47,7 +47,7 @@ import { WEIGHT_INCREMENT_ON_SPAWN_MISS } from "#app/data/mystery-encounters/mys
|
||||
import { getNatureName } from "#app/data/nature";
|
||||
|
||||
export class EncounterPhase extends BattlePhase {
|
||||
// Union type is necessary as these
|
||||
// Union type is necessary as this is subclassed, and typescript will otherwise complain
|
||||
protected readonly phaseName: "EncounterPhase" | "NextEncounterPhase" | "NewBiomeEncounterPhase" = "EncounterPhase";
|
||||
private loaded: boolean;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user