the-infocom-files / infidel

Infidel
3 stars 3 forks source link

Missing CR in V-BURN #18

Open eriktorbjorn opened 5 years ago

eriktorbjorn commented 5 years ago
>LIGHT MATCH
You now have a lit match.

>BURN NOTE WITH MATCH
The farewell note catches fire and is consumed.
>

There should be a blank line before the prompt, but V-BURN doesn't print one:

           (<FSET? ,PRSO ,BURNBIT>
        <COND (<IN? ,PRSO ,WINNER>
               <TELL "The " D ,PRSO " catches fire and is consumed.">
               <EMPTY-THE ,PRSO>
               <REMOVE ,PRSO>
               <SETG P-IT-LOC <>>
               <COND (<PRSO? ,ROPE>
                  <SETG ROPE-TIED <>>
                  <SETG ROPE-PLACED <>>)>)