the-infocom-files / zork2

Zork II: The Wizard of Frobozz
8 stars 4 forks source link

Burning the brick doesn't "mung" the room #35

Open eriktorbjorn opened 5 years ago

eriktorbjorn commented 5 years ago

Most things involving detonating the brick will mung the room where it happened, either immediately or after a short delay:

However, burning the brick (thus causing it to explode) does not mung the room:

<ROUTINE BRICK-FCN ()
     <COND (<VERB? BURN>
        <REMOVE ,BRICK>
        <JIGS-UP ,OTHER-PROPERTIES>)>>

It probably should.