From ac92181ab37d972d00ed412ab5b6cef5efcb69a4 Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 4 Jul 2014 09:46:13 +0100 Subject: [PATCH] And another one introduced... and fixed. --- src/mw_engine/natural_rules.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mw_engine/natural_rules.clj b/src/mw_engine/natural_rules.clj index 06de00c..cf6aebb 100644 --- a/src/mw_engine/natural_rules.clj +++ b/src/mw_engine/natural_rules.clj @@ -93,7 +93,7 @@ (= (population cell :deer) 0) (>= n 2)) (merge cell {:deer (int (/ n 2))})))) - deer breed. + ;; deer breed. (fn [cell world] (cond (>= (population cell :deer) 2) @@ -120,7 +120,7 @@ (= (population cell :wolves) 0) (>= n 2)) (merge cell {:wolves 2})))) - wolves breed. + ;; wolves breed. (fn [cell world] (cond (>= (population cell :wolves) 2)