the-infocom-files / amfv

A Mind Forever Voyaging
5 stars 2 forks source link

Wrong description when examining the Railroad Museum #42

Open eriktorbjorn opened 4 years ago

eriktorbjorn commented 4 years ago

This part of MUSEUM-OBJECT-F prints the description for the Railroad Museum:

              (<EQUAL? ,HERE ,MUSEUM-ENTRANCE>
               <TELL "The ">
               <PRINTD ,RAILROAD-MUSEUM>
               <TELL " is housed in a small building">
               <COND (<EQUAL? ,SYEAR 2051 2061>
                  <TELL ", now closed">)>
               <TELL "." CR>)>)>>

Arguably, this description should also be printed when HERE is RIVERSIDE-PARK, since you can enter the museum from there.

More seriously, it should check for the years 2061 and 2071, since the museum is still open in 2051 and still closed in 2071. See RAILROAD-MUSEUM-ENTER-F.