feat(mystery): add altered rooms and drunk sequence

This commit is contained in:
2026-05-12 20:22:20 -05:00
parent 0755213d6a
commit 52fb869976
42 changed files with 881 additions and 19 deletions
+1
View File
@@ -27,6 +27,7 @@ const VERB_SYNONYMS: Record<string, Verb> = {
drop: 'drop', put: 'drop', leave: 'drop',
use: 'use', combine: 'use',
open: 'open', close: 'close',
drink: 'drink', sip: 'drink',
read: 'read', light: 'light', extinguish: 'extinguish', douse: 'extinguish',
attack: 'attack', kill: 'attack', fight: 'attack', strike: 'attack',
hold: 'hold', show: 'hold',