the-infocom-files / amfv

A Mind Forever Voyaging
5 stars 2 forks source link

Wrong condition for hiding the smoke in SMOKE-F #68

Open eriktorbjorn opened 4 years ago

eriktorbjorn commented 4 years ago

The SMOKE object is local global to the following locations:

This is the condition used to hide the smoke in certain years:

           (<AND <EQUAL? ,SYEAR 2071>
             <EQUAL? ,HERE ,MAIN-AND-WICKER ,POWER-STATION
                       ,BURGER-MEISTER>
             <NOT <MOBY-VERB?>>>
        <CANT-SEE ,SMOKE>)

That means:

This is wrong.