Skip to content

Commit

Permalink
Fix fairly major bug in the base demo-novel rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpressey committed Nov 7, 2018
1 parent 1c197b9 commit 58eb36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eg/demo-novel/scenes.samovar
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

scenario Rules {
[actor(?A),item(?I),unheld(?I)] ?A picked up the ?I. [holding(?A,?I),!unheld(?I)]
[actor(?A),item(?I),holding(?A,?I)] ?A put down the ?I. [holding(?A,?I),unheld(?I)]
[actor(?A),item(?I),holding(?A,?I)] ?A put down the ?I. [!holding(?A,?I),unheld(?I)]

[actor(?A),item(?I),holding(?A,?I),drink(?I)] ?A took a sip of the ?I. []

Expand Down

0 comments on commit 58eb36f

Please sign in to comment.