the-infocom-files / bureaucracy

Bureaucracy
8 stars 2 forks source link

Missing period and newline when walking around the cash register in the bookshop #23

Open eriktorbjorn opened 1 year ago

eriktorbjorn commented 1 year ago
>WALK AROUND CASH REGISTER
The store management does not permit customers behind the cash register
>

This is a mistake in REGISTER-F. Compare these two cases from it:

           (<VERB? LOOK-BEHIND>
        <TELL ,YOU-SEE THE ,SOFTWARE " behind " THE ,REGISTER
              ,PERIOD>
        T)
           (<VERB? WALK-AROUND>
        <TELL "The store management does not permit customers behind "
              THE ,REGISTER>
        T)

So simply adding ,PERIOD to the second should be enough.