the-infocom-files / amfv

A Mind Forever Voyaging
5 stars 2 forks source link

"ENTER PIER" doesn't work from the Pier #41

Open eriktorbjorn opened 4 years ago

eriktorbjorn commented 4 years ago
>LOOK
Pier
This is an aging riverfront pier, extending a short way out into the river. To
the northwest, the pier intersects with Wicker Drive. A bar opens to the
southwest, and a pool hall to the northeast.

>ENTER PIER
You hit your head against the pier as you attempt this feat.

The PIER-OBJECT-F routine tries to handle it:

              (<GLOBAL-IN? ,PIER ,HERE>
               <TELL ,LOOK-AROUND CR>)>)

But it should presumably check <GLOBAL-IN? ,PIER-OBJECT ,HERE> instead.