the-infocom-files / amfv

A Mind Forever Voyaging
5 stars 2 forks source link

Strange response to "SIT AT TABLE" in Roy's Pagoda #54

Open eriktorbjorn opened 4 years ago

eriktorbjorn commented 4 years ago
>LOOK
Roy's Pagoda
This is a small Chinese restaurant, crowded with students. There is an exit to
the north.

>SIT AT TABLE
You are now in the table.

>LOOK
Roy's Pagoda, seated at a table
This is a small Chinese restaurant, crowded with students. There is an exit to
the north.

V-BOARD does have a special case for tables:

        <TELL "You are now ">
        <COND (<PRSO? ,DINETTE-SET ,GLOBAL-TABLE>
               <TELL "seated at">)
              (<FSET? ,PRSO ,FURNITUREBIT>
               <TELL "on">)
              (T
               <TELL "in">)>
        <ARTICLE ,PRSO T>
        <TELL "." CR>

But it doesn't include RESTAURANT-TABLE. It looks like that table handles the action itself for all other restaurants, but not for Roy's Pagoda.