From 336da565ed87a798fbd2dcd34b04dcab7809ff44 Mon Sep 17 00:00:00 2001 From: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Date: Tue, 19 Aug 2025 20:52:58 -0500 Subject: [PATCH] Fix tera stellar missing icon path --- src/system/achv.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/system/achv.ts b/src/system/achv.ts index adb5ab4aaf8..bc639c44957 100644 --- a/src/system/achv.ts +++ b/src/system/achv.ts @@ -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",