From 2b04dde20f4c57af819f3616ba1fb34241003fec Mon Sep 17 00:00:00 2001 From: Kris Date: Wed, 28 Jan 2026 17:02:30 +0200 Subject: [PATCH] fix: make questions more lore accurate --- src/bootsequence/dia.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/bootsequence/dia.ts b/src/bootsequence/dia.ts index 5481bdc..cb9a196 100644 --- a/src/bootsequence/dia.ts +++ b/src/bootsequence/dia.ts @@ -147,10 +147,6 @@ export const QUESTIONS: (Question | Dia | Wai | Fun)[] = [ }, { t: "d", - text: () => `YOUR WONDERFUL CREATION, ${chr.toUpperCase()}` + text: () => `YOUR ANSWERS, YOUR WONDERFUL CREATION` }, - { - t: "d", - text: "WILL NOW BE" - } ]