diff --git a/src/components/tabs/celestial-teresa/TeresaTab.vue b/src/components/tabs/celestial-teresa/TeresaTab.vue index 015b891c0..2220126f9 100644 --- a/src/components/tabs/celestial-teresa/TeresaTab.vue +++ b/src/components/tabs/celestial-teresa/TeresaTab.vue @@ -250,10 +250,6 @@ export default { -
You can now modify the appearance of your Glyphs to look like Music Glyphs. + diff --git a/src/core/celestials/teresa.js b/src/core/celestials/teresa.js index 8ca2ab85d..3f37ea8e1 100644 --- a/src/core/celestials/teresa.js +++ b/src/core/celestials/teresa.js @@ -5,7 +5,7 @@ import { Quotes } from "./quotes"; export const Teresa = { timePoured: 0, - lastUnlock: "shop", + lastUnlock: "effarig", pouredAmountCap: 1e24, displayName: "Teresa", possessiveName: "Teresa's", diff --git a/src/core/secret-formula/celestials/teresa.js b/src/core/secret-formula/celestials/teresa.js index c302030a5..8c6144f94 100644 --- a/src/core/secret-formula/celestials/teresa.js +++ b/src/core/secret-formula/celestials/teresa.js @@ -13,14 +13,14 @@ export const teresa = { isDisabledInDoomed: true }, effarig: { - id: 2, - price: 1e21, + id: 3, + price: 1e24, description: "Unlock Effarig, Celestial of Ancient Relics.", onUnlock: () => Teresa.quotes.effarig.show(), }, shop: { - id: 3, - price: 1e24, + id: 2, + price: 1e21, description: "Unlock Teresa's Perk Point Shop.", }, undo: {