the-infocom-files / hollywoodhijinx

Hollywood Hijinx
3 stars 2 forks source link

SACK-F doesn't check if the sack is open before handling flaming objects #40

Open eriktorbjorn opened 2 years ago

eriktorbjorn commented 2 years ago

From SACK-F:

        (<AND <VERB? PUT>
              <FSET? ,PRSO ,FLAMEBIT>>
         <TELL "Shouldn't you put out" T ,PRSO " first?" CR>)>>

Arguably it should only print this if the sack is open. If it's closed, it should print the default message.