the-infocom-files / trinity

Trinity
24 stars 5 forks source link

Wrong response to "CUT WIRES WITH object" #89

Open eriktorbjorn opened 4 years ago

eriktorbjorn commented 4 years ago
>CUT WIRES WITH SCREWDRIVER
It isn't likely that the mass of wires could break the wires.

That's because of this bit in WIRES-F:

           (<VERB? CUT RIP MUNG LOOSEN>
        <COND (<EQUAL? ,PRSI <> ,HANDS>
               <PULL-WIRES>
               <RTRUE>)
              (<PRSI? AXE>
               <AXE-TOO-BIG>
               <RTRUE>)
              (<PRSI? KNIFE>
               <TELL CTHEI
" couldn't cut more than one wire at a time." CR>
               <RTRUE>)>
        <NOT-LIKELY ,PRSO "could break the wires">
        <RTRUE>)

That should be <NOT-LIKELY ,PRSI "could break the wires"> instead.