6 lines
263 B
TypeScript
6 lines
263 B
TypeScript
export const intros = [
|
|
{ text: "You wake up. Your <b>Penfield</b> thrums." },
|
|
{ text: "Your <b>Penfield Mood Organ</b> chimes." },
|
|
{ text: "Your <b>Penfield Mood Organ</b> wakes you." },
|
|
{ text: "You are awoken by your <b>Penfield Mood Organ</b>." },
|
|
];
|