the-infocom-files / witness

The Witness
3 stars 4 forks source link

DRIVEWAY-OBJECT's LDESC property should perhaps be TEXT instead? #11

Open eriktorbjorn opened 4 years ago

eriktorbjorn commented 4 years ago
<OBJECT DRIVEWAY-OBJECT
    (IN LOCAL-GLOBALS)
    (DESC "driveway")
    (LDESC
"The driveway, paved with peastone, runs from the entrance at the south
end in a curve to a two-car garage at the east end.")
    (ADJECTIVE DRIVE)
    (SYNONYM DRIVEWAY WAY)
    (ACTION DRIVEWAY-F)>

If the description is meant to be shown when you examine the driveway, it should probably be TEXT, not LDESC. As it is, you get "There's nothing special about the driveway." if you try to examine it.