the-infocom-files / zork2

Zork II: The Wizard of Frobozz
8 stars 4 forks source link

The description of the cube isn't quite centered #20

Open eriktorbjorn opened 5 years ago

eriktorbjorn commented 5 years ago
>EXAMINE CUBE
              Bank of Zork
                   VAULT
                 *722 GUE*
        Frobozz Magic Vault Company

It would look better if there was an extra space on the first line. It looks fine in the code, at first glance:

<ROUTINE CUBE-F ()
    <COND (<VERB? EXAMINE READ>
           <FIXED-FONT-ON>
           <TELL    
"              Bank of Zork|
                   VAULT|
                 *722 GUE*|
        Frobozz Magic Vault Company|
">
           <FIXED-FONT-OFF>
           <RTRUE>)>>

But that's because there is a quotation mark on the first line. Without that, you'd see that a space was missing.