the-infocom-files / trinity

Trinity
24 stars 5 forks source link

"WATCH CRANE" prints extra blank line when it's glowing #66

Open eriktorbjorn opened 4 years ago

eriktorbjorn commented 4 years ago
>WATCH CRANE

Ghostly light flickers around the paper bird.

The girl turns the umbrella over and over in her hands.

This is what CRANE-F does:

           (<AND <VERB? WATCH>
             <IS? ,PRSO ,LIGHTED>>
        <UNMAKE ,PRSO ,CHILLY>
        <I-NEWCRANE <>>
        <RTRUE>)

Which looks like it would print a double message the same way as described in https://github.com/the-infocom-files/trinity/issues/15

But I guess calling I-NEWCRANE printed nothing, and then when it was called automatically it printed a message starting with a newline.