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, }; }