mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-20 14:29:28 +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),
|
||||
GIGANTAMAX: new Achv("gigantamax", "gigantamax.description", "dynamax_band", 50),
|
||||
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),
|
||||
MINI_BLACK_HOLE: new ModifierAchv(
|
||||
"miniBlackHole",
|
||||
|
Loading…
Reference in New Issue
Block a user