feat(mystery): add opening and main-floor content

This commit is contained in:
2026-05-09 21:51:12 -05:00
parent e46b2359c0
commit 2a9b6155ef
65 changed files with 7555 additions and 72 deletions
+3
View File
@@ -32,6 +32,9 @@ const VERB_SYNONYMS: Record<string, Verb> = {
hold: 'hold', show: 'hold',
push: 'push', press: 'push',
pull: 'pull',
cut: 'cut', trim: 'cut',
play: 'play',
uncover: 'open',
wait: 'wait', z: 'wait',
}