the-infocom-files / bureaucracy

Bureaucracy
8 stars 2 forks source link

SYNTAX for PROP UP is wrongly defined #14

Open heasm66 opened 2 years ago

heasm66 commented 2 years ago

The defintion in SYNTAX.ZIL, row 587:

<SYNTAX PROP UP (HELD CARRIED HAVE) OBJECT ON OBJECT = V-PUT-ON PRE-PUT-ON>

is wrong (the compiler issues a warning), it should probably be:

<SYNTAX PROP UP OBJECT (HELD CARRIED HAVE) ON OBJECT = V-PUT-ON PRE-PUT-ON>