the-infocom-files / bureaucracy

Bureaucracy
8 stars 2 forks source link

FLAT-DOOR-F and FLAT-F handle entering incorrectly #33

Open eriktorbjorn opened 1 year ago

eriktorbjorn commented 1 year ago

Here's how FLAT-DOOR-F handles entering:

           (<ENTERING?>
        <COND (<HERE? THALL>
               <DO-WALK ,P?EAST>)
              (T
               <DO-WALK ,P?WEST>)>
        T)

Here's how FLAT-F handles it:

           (<ENTERING?>
        <DO-WALK ,P?EAST>
        T)

However, IN-FLAT is south of THALL, not east, so this code probably reflects an earlier version of the game's map.