X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=adventure.yaml;h=0d44671efbe8df1c31b2df62043cf8c4bb0bcbfe;hp=f5df5c00f0c754cf5cf30ac2dd41b41987505b18;hb=ecff53d3a8322224bafe0c2a4cffc3e32840e82a;hpb=2848494a01db9baccf69c9a592ea5a916af84a8a diff --git a/adventure.yaml b/adventure.yaml index f5df5c0..0d44671 100644 --- a/adventure.yaml +++ b/adventure.yaml @@ -1484,13 +1484,13 @@ object_descriptions: !!omap - OBJ_2: inventory: 'Brass lantern' longs: - - 'There is a shiny brass lamp nearby.' - - 'There is a lamp shining nearby.' + - [LAMP_DARK, 'There is a shiny brass lamp nearby.'] + - [LAMP_BRIGHT, 'There is a lamp shining nearby.'] - OBJ_3: inventory: '*grate' longs: - - 'The grate is locked.' - - 'The grate is open.' + - [GRATE_CLOSED, 'The grate is locked.'] + - [GRATE_OPEN, 'The grate is open.'] - OBJ_4: inventory: 'Wicker cage' longs: @@ -1511,9 +1511,9 @@ object_descriptions: !!omap - OBJ_8: inventory: 'Little bird in cage' longs: - - 'A cheerful little bird is sitting here singing.' - - 'There is a little bird in the cage.' - - 'A cheerful little bird is sitting here singing.' + - [BIRD_UNCAGED, 'A cheerful little bird is sitting here singing.'] + - [BIRD_CAGED, 'There is a little bird in the cage.'] + - [BIRD_FOREST_UNCAGED, 'A cheerful little bird is sitting here singing.'] - 'The bird''s singing is quite melodious.' - 'The bird does not seem inclined to sing while in the cage.' - 'It almost seems as though the bird is trying to tell you something.'