Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed conditions for Monica's acquittal if you arrest her and Phong. #5

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions events.zil
Original file line number Diff line number Diff line change
Expand Up @@ -1765,17 +1765,16 @@ mechanism.|" CR>
<TELL
"While Monica could have conspired with him and aided him, she too was
acquitted of conspiracy, because ">
<COND (<NOT <FSET? ,GUN-RECEIPT ,TOUCHBIT>>
<COND (<NOT ,MONICA-HAS-MOTIVE>
<TELL "she had no apparent motive.|" CR>)
(<OR ,SEEN-MONICA-AT-CLOCK ,USED-CLOCK-KEY>
<TELL
"he was. If only we had tried her for plain murder instead of conspiracy!|"
CR>)
(,MONICA-HAS-MOTIVE
(T
<TELL "the available
evidence against her was circumstantial, since there was no definite
link between her and the hidden gun mechanism.|" CR>)
(<OR ,SEEN-MONICA-AT-CLOCK ,USED-CLOCK-KEY>
<TELL "she had no
apparent motive.|" CR>)>)>)
link between her and the hidden gun mechanism.|" CR>)>)>)
(<==? .PERSON ,MONICA>
<COND (,MONICA-HAS-MOTIVE
<COND (<OR ,SEEN-MONICA-AT-CLOCK ,USED-CLOCK-KEY>
Expand Down