the-infocom-files / infidel

Infidel
3 stars 3 forks source link

The SIP object doesn't work as intended #37

Open eriktorbjorn opened 5 years ago

eriktorbjorn commented 5 years ago

The game has this syntax:

<SYNTAX TAKE
    OBJECT (FIND TAKEBIT) (IN-ROOM CARRIED MANY)
    OF
    OBJECT
    = V-TAKE PRE-TAKE> ;"Take a sip of water"

Which is then meant to be handled by the SIP object. But it doesn't work as intended:

>TAKE A SIP OF WATER
The sip of water isn't in the quantity of water.

You can "TAKE SIP", and it works fine. But the feature that seems to have been intended doesn't.