csss-beedza/Source/vmodel-strategies.nls

9 lines
401 B
Plaintext
Raw Normal View History

2013-07-17 18:38:04 +02:00
to-report with-collective-strategy
2013-07-17 16:10:47 +02:00
;; to explode. beekeeper do not know in advance
2013-07-17 20:19:43 +02:00
report max-one-of spots in-radius d-max with [ not any? beekeepers-on self] [ beekeep-utility ticks flower-type (distance myself) ]
2013-07-17 18:38:04 +02:00
end
to-report with-blind-strategy
;; to explode. beekeeper do not know in advance
report max-one-of spots in-radius d-max [ beekeep-utility 5 flower-type (distance myself) ]
2013-07-17 11:33:47 +02:00
end