Fix tera stellar missing icon path

This commit is contained in:
Sirz Benjie 2025-08-19 20:52:58 -05:00
parent 3955d2d992
commit 336da565ed
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -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",