mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-21 06:49:35 +02:00
Fix tera stellar missing icon path
This commit is contained in:
parent
3955d2d992
commit
336da565ed
@ -485,7 +485,12 @@ export const achvs = {
|
|||||||
MEGA_EVOLVE: new Achv("megaEvolve", "megaEvolve.description", "mega_bracelet", 50),
|
MEGA_EVOLVE: new Achv("megaEvolve", "megaEvolve.description", "mega_bracelet", 50),
|
||||||
GIGANTAMAX: new Achv("gigantamax", "gigantamax.description", "dynamax_band", 50),
|
GIGANTAMAX: new Achv("gigantamax", "gigantamax.description", "dynamax_band", 50),
|
||||||
TERASTALLIZE: new Achv("terastallize", "terastallize.description", "tera_orb", 25),
|
TERASTALLIZE: new Achv("terastallize", "terastallize.description", "tera_orb", 25),
|
||||||
STELLAR_TERASTALLIZE: new Achv("stellarTerastallize", "stellarTerastallize.description", 25).setSecret(true),
|
STELLAR_TERASTALLIZE: new Achv(
|
||||||
|
"stellarTerastallize",
|
||||||
|
"stellarTerastallize.description",
|
||||||
|
"stellar_tera_shard",
|
||||||
|
25,
|
||||||
|
).setSecret(true),
|
||||||
SPLICE: new Achv("splice", "splice.description", "dna_splicers", 10),
|
SPLICE: new Achv("splice", "splice.description", "dna_splicers", 10),
|
||||||
MINI_BLACK_HOLE: new ModifierAchv(
|
MINI_BLACK_HOLE: new ModifierAchv(
|
||||||
"miniBlackHole",
|
"miniBlackHole",
|
||||||
|
Loading…
Reference in New Issue
Block a user