trinity
trinity copied to clipboard
Wrong response to "CUT WIRES WITH object"
>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.