the-infocom-files / trinity

Trinity
24 stars 5 forks source link

Extra space when examining the smaller toadstool of the pair #27

Open eriktorbjorn opened 4 years ago

eriktorbjorn commented 4 years ago

After you've been to Nagasaki, and the door in the larger of the two toadstools is gone, there is an unnecessary space when you examine the smaller of them:

>LOOK
Moor

Tall, solemn cattails line the banks of a great river that flows eastward across
the silent moor. A dense fog on the water obscures your view of the opposite
shore.

A pair of giant toadstools is growing among the cattails.

>EXAMINE SMALLER TOADSTOOL
Except for its size , the smaller toadstool is identical to the larger
toadstool.

That's because of a bug in HTS-F:

        <TELL "Except for its size ">
        <COND (<NOT <IS? ,TS5-DOOR ,NOALL>>
               <TELL "and lack of a door">)>
        <TELL ", the " D ,PRSO " is identical to the " D ,TS5 ,PERIOD>)

It always prints a space after "size", even if the next character is a comma.