From 7bf9fa3ff2b20c9bab2683c1710ea30065fc0164 Mon Sep 17 00:00:00 2001 From: zhipu Date: Fri, 27 Mar 2026 16:04:00 +0000 Subject: [PATCH] feat: Update starting message for attunement system - Change log message to reflect the Enchanter attunement - Hint at the six other attunements hidden in the spire --- src/lib/game/store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/game/store.ts b/src/lib/game/store.ts index c49411c..0e36770 100755 --- a/src/lib/game/store.ts +++ b/src/lib/game/store.ts @@ -326,7 +326,7 @@ function makeInitial(overrides: Partial = {}): GameState { totalSpellsCast: 0, totalCraftsCompleted: 0, - log: ['✨ The loop begins. You start with a Basic Staff (Mana Bolt) and civilian clothes. Gather your strength, mage.'], + log: ['✨ The loop begins. Your right hand glows with the Enchanter attunement. Channel transference mana to enchant equipment. Seek the other six attunements hidden within the spire.'], loopInsight: 0, }; }