mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-24 08:19:33 +02:00
added comment
This commit is contained in:
parent
eb6e05f792
commit
2fdf357735
@ -110,6 +110,11 @@ export interface EnemyPartyConfig {
|
|||||||
countAsSeen?: boolean;
|
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 {
|
export function getMysteryEncounterKey(encounter: MysteryEncounterType | -1): string {
|
||||||
const key = "mysteryEncounter:";
|
const key = "mysteryEncounter:";
|
||||||
switch (encounter) {
|
switch (encounter) {
|
||||||
|
Loading…
Reference in New Issue
Block a user