mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-17 05:42:18 +02:00
Update config.ts
This commit is contained in:
parent
b272fdfb53
commit
2436e953e0
@ -19,6 +19,7 @@ import { titles, trainerClasses, trainerNames } from "./trainers";
|
|||||||
import { tutorial } from "./tutorial";
|
import { tutorial } from "./tutorial";
|
||||||
import { weather } from "./weather";
|
import { weather } from "./weather";
|
||||||
import { berry } from "./berry";
|
import { berry } from "./berry";
|
||||||
|
import { voucher } from "./voucher";
|
||||||
|
|
||||||
|
|
||||||
export const ptBrConfig = {
|
export const ptBrConfig = {
|
||||||
@ -45,4 +46,5 @@ export const ptBrConfig = {
|
|||||||
weather: weather,
|
weather: weather,
|
||||||
modifierType: modifierType,
|
modifierType: modifierType,
|
||||||
berry: berry,
|
berry: berry,
|
||||||
|
voucher: voucher,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user