diff options
Diffstat (limited to 'engines/mads/nebular/nebular_scenes.h')
-rw-r--r-- | engines/mads/nebular/nebular_scenes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/mads/nebular/nebular_scenes.h b/engines/mads/nebular/nebular_scenes.h index 3534613431..60526f7115 100644 --- a/engines/mads/nebular/nebular_scenes.h +++ b/engines/mads/nebular/nebular_scenes.h @@ -66,6 +66,7 @@ enum Verb { enum Noun { NOUN_BIG_LEAVES = 0x23, + NOUN_BINOCULARS = 0x27, NOUN_BLOWGUN = 0x29, NOUN_BOMB = 0x2A, NOUN_BOMBS = 0x2B, @@ -109,6 +110,7 @@ enum Noun { NOUN_HUGE_LEGS = 0x1A8, NOUN_LEAF_COVERED_PIT = 0x1A9, NOUN_PILE_OF_LEAVES = 0x1AA, + NOUN_STRANGE_DEVICE = 0x1B6, NOUN_CAPTIVE_CREATURE = 0x1C3, NOUN_NATIVE_WOMAN = 0x1DC, NOUN_PLATFORM = 0x22C, |