the-infocom-files / bureaucracy

Bureaucracy
8 stars 2 forks source link

Missing space when trying to open the mansion door (while it's not locked) #20

Open eriktorbjorn opened 1 year ago

eriktorbjorn commented 1 year ago
>WAIT
Time passes.

The matron steps back into the mansion and swings the front door shut.

>OPEN DOOR
It's practically impossible to find the doorknob. In fact, it's
completelyimpossible, because there isn't one.

A simple mistake in MANSION-DOOR-F:

           (<AND <VERB? OPEN UNLOCK OPEN-WITH>
             <NOT <IS? ,PRSO ,OPENED>>
             <NOT <IS? ,PRSO ,LOCKED>>>
        <COND (<HERE? TROPHY-ROOM>
               <TELL "The elaborate combination of locks, chains and bars on the door makes opening it impossible for amateurs." CR>)
              (T
               <TELL "It's practically impossible to find the doorknob. In fact, it's " ITAL "completely" "impossible, because there isn't one." CR>)>
        T)