the-infocom-files / starcross

Starcross
5 stars 3 forks source link

The custom message for breaking the beam isn't shown #51

Open eriktorbjorn opened 5 years ago

eriktorbjorn commented 5 years ago

From LASER-BEAM-FCN :

           (<VERB? MUNG>
        <TELL
"The image vanishes while the beam is broken." CR>)>>

From BEAM-FCN:

           (<VERB? MUNG>
        <TELL
"The beam seems impervious to that." CR>)>>

These message is never shown, because PRE-MUNG blocks it. This is similar to https://github.com/the-infocom-files/starcross/issues/32

eriktorbjorn commented 5 years ago

At this point, I might as well list all action routines I can find (that I haven't already mentioned) that try to handle MUNG, and that may be affected and need to be tested.