adding age again

This commit is contained in:
mmoriame 2013-07-17 20:19:43 +02:00
parent f1def5afc1
commit dde9b40764
3 changed files with 3 additions and 2 deletions

View File

@ -169,7 +169,7 @@ amount-of-spt
amount-of-spt
0
100
24
16
1
1
NIL

View File

@ -1,6 +1,6 @@
to-report with-collective-strategy
;; to explode. beekeeper do not know in advance
report max-one-of spots in-radius d-max with [ not any? beekeepers-on self] [ beekeep-utility 5 flower-type (distance myself) ]
report max-one-of spots in-radius d-max with [ not any? beekeepers-on self] [ beekeep-utility ticks flower-type (distance myself) ]
end
to-report with-blind-strategy

View File

@ -1,4 +1,5 @@
breed [ beekeepers beekeeper ]
beekeepers-own [ age-hive ]
breed [ spots spot ]
spots-own [ flower-type ]