From 1682050fbd346fb0154c8099bf7760c924f0b7aa Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 4 Jul 2014 11:03:39 +0100 Subject: [PATCH] Still hacking rules --- src/mw_engine/natural_rules.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mw_engine/natural_rules.clj b/src/mw_engine/natural_rules.clj index 70e5b2e..59044ea 100644 --- a/src/mw_engine/natural_rules.clj +++ b/src/mw_engine/natural_rules.clj @@ -113,7 +113,7 @@ ;; (fn [cell world] ;; (cond (> (get-int cell :wolves) 8) (merge cell {:wolves 8}))) ;; if there are not enough deer to sustain the get-int of wolves, - ;; some wolves die or move on. + ;; some wolves die or move on. (doesn't seem to be working?) (fn [cell world] (cond (> (get-int cell :wolves) (get-int cell :deer)) (merge cell {:wolves 0})))