Not absolutely certain what the change to rules.clj is, but tests
didn't break...
This commit is contained in:
parent
4492c81af9
commit
b995425bf1
3 changed files with 5 additions and 3 deletions
|
|
@ -3448,7 +3448,7 @@ important.</p>
|
|||
[cell x y property value]
|
||||
(cond
|
||||
(and (= x (:x cell)) (= y (:y cell)))
|
||||
(merge cell {property value})
|
||||
(merge cell {property value :rule "Set by user"})
|
||||
true
|
||||
cell))</pre></td></tr><tr><td class="docs"><p>Return a world like this <code>world</code> but with the value of exactly one <code>property</code>
|
||||
of one <code>cell</code> changed to this <code>value</code></p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue