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.
This part of
MUSEUM-OBJECT-F
prints the description for the Railroad Museum:Arguably, this description should also be printed when
HERE
isRIVERSIDE-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
.