mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-24 00:09:31 +02:00
added comment
This commit is contained in:
parent
eb6e05f792
commit
2fdf357735
@ -110,6 +110,11 @@ export interface EnemyPartyConfig {
|
||||
countAsSeen?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
* TEMPORARY FUNCTION - will be removed once locales settles down and be replaced with a class-variable of the mystery encounter instead
|
||||
* @param encounter
|
||||
* @returns
|
||||
*/
|
||||
export function getMysteryEncounterKey(encounter: MysteryEncounterType | -1): string {
|
||||
const key = "mysteryEncounter:";
|
||||
switch (encounter) {
|
||||
|
Loading…
Reference in New Issue
Block a user