the-infocom-files / zork2

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

Throwing the bomb at the aquarium doesn't work #38

Open eriktorbjorn opened 4 years ago

eriktorbjorn commented 4 years ago
>PUT FUSE IN BRICK
Done.

>LIGHT MATCH
One of the matches start to burn.

>BURN FUSE
(with the matchbook)
The string starts to burn.
The match has gone out.

>THROW BRICK AT AQUARIUM

Nothing happens, because of this in AQUARIUM-FCN.

              (<BOMB? .OBJ>
               <DISABLE <INT I-FUSE>>)

I'm guessing that what's supposed to happen is that the bomb explodes immediately (so there is no need for the fuse to still burn), killing you and munging the room. But apparently that was never actually implemented...?

eriktorbjorn commented 4 years ago

Or maybe it was just supposed to return false after disabling I-FUSE? Or maybe call I-FUSE immediately to make the bomb go off?