Work on planning actions for craftworkers

This commit is contained in:
Simon Brooke 2024-01-04 20:26:57 +00:00
parent e4b171c240
commit 24e84d20d2
2 changed files with 83 additions and 8 deletions

View file

@ -41,15 +41,7 @@
;; 1020 (fn [a w c](attend-festival a w c :lughnasadh))}}
;; 306 {:daily {1020 (fn [a w c] (attend-festival a w c :samhain))}}}
;; :daily {420 find-food
;; 480 (fn [actor world circle]
;; (case circle
;; (:other :background) nil
;; ;; else
;; (if (has-craft-supplies? actor world circle)
;; (goto-market actor world circle)
;; (perform-craft actor world circle))))
;; 720 find-food
;; 780 perform-craft
;; 1020 find-food
;; 1320 sleep-until-dawn}})